#CF059C

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

Shades of Medium Violet Red #CF059C

Tints of Medium Violet Red #CF059C

Color information

#CF059C (or 0xCF059C) is unknown color: approx Medium Violet Red. HEX triplet: CF, 05 and 9C. RGB value is (207,5,156). Sum of RGB (Red+Green+Blue) = 207+5+156=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF059C is #30FA63. Grayscale: #525252. Windows color (decimal): -3209828 or 10225103. OLE color: 10225103.

HSL color Cylindrical-coordinate representation of color #CF059C: hue angle of 315.15º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF059C is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB2075156-
CMYK00.980.250.19
HSL315.15º95.28%41.57%-
HSV(B)315.15º97.58%81.18%-
XYZ31.7915.7732.82-
YUV82.61169.42216.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.25%
GREEN value IS 5 (2.34% from 255) = 1.36%
BLUE value IS 156 (61.33% from 255) = 42.39%
R=56.25%
G=1.36%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207515600.980.250.19315.1595.2841.57
HexCF59C062191313b5f2a
Octal31752340142312347313752
Binary11001111101100111000110001011001100111001110111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF059C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF059C; }

 p { color: rgb(207,5,156); }

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

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

 a { background-color: rgb(207,5,156); }

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

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

 span { border-color: rgb(207,5,156); }

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