Html Css Color HEX #CF0596 Medium Violet Red

📋 copy color: '#CF0596'

red 207 ◦ green 5 ◦ blue 150

#CF0596
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CF0596

Tints of Medium Violet Red #CF0596

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 value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF0596 (or 0xCF0596) is known color: 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

RGB 207 5 150 -
CMYK 0 0.98 0.28 0.19
HSL 316.93º 0.95% 0.42% -
HSV(B) 316.93º 0.98% 0.81% -
XYZ 31.29 15.58 30.21 -
YUV 81.93 166.42 217.21 -
System Red Green Blue C M Y K H S L
Decimal 207 5 150 0 0.98 0.28 0.19 316.93 0.95 0.42
Hex CF 5 96 0 62 1C 13 13D 5F 2A
Octal 317 5 226 0 142 34 23 475 137 52
Binary 11001111 101 10010110 0 1100010 11100 10011 100111101 1011111 101010

Color Harmonies of #CF0596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0596

Black with #CF0596

Text Example


Text Example

White with #CF0596

Text Example


Text Example

HTML Codes & Css Web 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>