#C4009F

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

Shades of Medium Violet Red #C4009F

Tints of Medium Violet Red #C4009F

Color information

#C4009F (or 0xC4009F) is unknown color: approx Medium Violet Red. HEX triplet: C4, 00 and 9F. RGB value is (196,0,159). Sum of RGB (Red+Green+Blue) = 196+0+159=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C4009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4009F is #3BFF60. Grayscale: #4C4C4C. Windows color (decimal): -3932001 or 10420420. OLE color: 10420420.

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

Color convert

RGB1960159-
CMYK010.190.23
HSL311.33º100%38.43%-
HSV(B)311.33º100%76.86%-
XYZ29.0214.2434.02-
YUV76.73174.43213.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 44.79%
R=55.21%
G=0%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1960159010.190.23311.3310038.43
HexC409F06413171376426
Octal30402370144232746714446
Binary110001000100111110110010010011101111001101111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4009F; }

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

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

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

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

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

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

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

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