#C4009D

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

Shades of Medium Violet Red #C4009D

Tints of Medium Violet Red #C4009D

Color information

#C4009D (or 0xC4009D) is unknown color: approx Medium Violet Red. HEX triplet: C4, 00 and 9D. RGB value is (196,0,157). Sum of RGB (Red+Green+Blue) = 196+0+157=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C4009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4009D is #3BFF62. Grayscale: #4C4C4C. Windows color (decimal): -3932003 or 10289348. OLE color: 10289348.

HSL color Cylindrical-coordinate representation of color #C4009D: hue angle of 311.94º 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 #C4009D is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB1960157-
CMYK010.200.23
HSL311.94º100%38.43%-
HSV(B)311.94º100%76.86%-
XYZ28.8514.1733.11-
YUV76.5173.43213.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 157 (61.72% from 255) = 44.48%
R=55.52%
G=0%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1960157010.200.23311.9410038.43
HexC409D06414171386426
Octal30402350144242747014446
Binary110001000100111010110010010100101111001110001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4009D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4009D; }

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

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

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

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

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

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

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

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