#CF0596

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

Shades of Medium Violet Red #CF0596

Tints of Medium Violet Red #CF0596

Color information

#CF0596 (or 0xCF0596) is unknown color: approx Medium Violet Red. HEX triplet: CF, 05 and 96. RGB value is (207,5,150). Sum of RGB (Red+Green+Blue) = 207+5+150=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0596 is #30FA69. Grayscale: #515151. Windows color (decimal): -3209834 or 9831887. OLE color: 9831887.

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

Color convert

RGB2075150-
CMYK00.980.280.19
HSL316.93º95.28%41.57%-
HSV(B)316.93º97.58%81.18%-
XYZ31.2915.5830.21-
YUV81.93166.42217.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.18%
GREEN value IS 5 (2.34% from 255) = 1.38%
BLUE value IS 150 (58.98% from 255) = 41.44%
R=57.18%
G=1.38%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207515000.980.280.19316.9395.2841.57
HexCF5960621C1313d5f2a
Octal31752260142342347513752
Binary11001111101100101100110001011100100111001111011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0596; }

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

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

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

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

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

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

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

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