#C317A7

Color #C317A7 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C317A7

Tints of Medium Violet Red #C317A7

Color information

#C317A7 (or 0xC317A7) is unknown color: approx Medium Violet Red. HEX triplet: C3, 17 and A7. RGB value is (195,23,167). Sum of RGB (Red+Green+Blue) = 195+23+167=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 167 (65.62% from 255 or 43.38% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C317A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C317A7 is #3CE858. Grayscale: #5A5A5A. Windows color (decimal): -3991641 or 10950595. OLE color: 10950595.

HSL color Cylindrical-coordinate representation of color #C317A7: hue angle of 309.77º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C317A7 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB19523167-
CMYK00.880.140.24
HSL309.77º78.9%42.75%-
HSV(B)309.77º88.21%76.47%-
XYZ29.791537.89-
YUV90.84170.98202.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 50.65%
GREEN value IS 23 (9.38% from 255) = 5.97%
BLUE value IS 167 (65.62% from 255) = 43.38%
R=50.65%
G=5.97%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952316700.880.140.24309.7778.942.75
HexC317A7058E181364f2b
Octal303272470130163046611753
Binary110000111011110100111010110001110110001001101101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C317A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C317A7; }

 p { color: rgb(195,23,167); }

 H1.HeaderClassName
 {
   color: #C317A7;
 }
 .AnyTagClassName
 {
   color: #C317A7;
 }
</style>
background-color css

<style>
 a { background-color: #C317A7; }

 a { background-color: rgb(195,23,167); }

 div.DivClassName
 {
   background-color: #C317A7;
 }
 .BgClassName
 {
   background-color: #C317A7;
 }
</style>
border-color css

<style>
 span { border-color: #C317A7; }

 span { border-color: rgb(195,23,167); }

 td.TdClassName
 {
   border-color: #C317A7;
 }
 .TagClassName
 {
   border-color: #C317A7;
 }
</style>