#C40087

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

Shades of Medium Violet Red #C40087

Tints of Medium Violet Red #C40087

Color information

#C40087 (or 0xC40087) is unknown color: approx Medium Violet Red. HEX triplet: C4, 00 and 87. RGB value is (196,0,135). Sum of RGB (Red+Green+Blue) = 196+0+135=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C40087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40087 is #3BFF78. Grayscale: #494949. Windows color (decimal): -3932025 or 8847556. OLE color: 8847556.

HSL color Cylindrical-coordinate representation of color #C40087: hue angle of 318.67º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40087 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB1960135-
CMYK010.310.23
HSL318.67º100%38.43%-
HSV(B)318.67º100%76.86%-
XYZ27.1413.4924.09-
YUV73.99162.43215.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 40.79%
R=59.21%
G=0%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1960135010.310.23318.6710038.43
HexC40870641F1713f6426
Octal30402070144372747714446
Binary110001000100001110110010011111101111001111111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40087; }

 p { color: rgb(196,0,135); }

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

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

 a { background-color: rgb(196,0,135); }

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

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

 span { border-color: rgb(196,0,135); }

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