Html Css Color HEX #C00596 Medium Violet Red

📋 copy color: '#C00596'

red 192 ◦ green 5 ◦ blue 150

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

Shades of Medium Violet Red #C00596

Tints of Medium Violet Red #C00596

RGB

 RED value IS 192 (75.39% from 255) = 55.33%

 GREEN value IS 5 (2.34% from 255) = 1.44%

 BLUE value IS 150 (58.98% from 255) = 43.23%

R = 55.33%
G = 1.44%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C00596 (or 0xC00596) is known color: Medium Violet Red. HEX triplet: C0, 05 and 96. RGB value is (192,5,150). Sum of RGB (Red+Green+Blue) = 192+5+150=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C00596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00596 is #3FFA69. Grayscale: #4D4D4D. Windows color (decimal): -4192874 or 9831872. OLE color: 9831872.

HSL color Cylindrical-coordinate representation of color #C00596: hue angle of 313.48º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00596 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 5 150 -
CMYK 0 0.97 0.22 0.25
HSL 313.48º 0.95% 0.39% -
HSV(B) 313.48º 0.97% 0.75% -
XYZ 27.3 13.52 30.02 -
YUV 77.44 168.95 209.71 -
System Red Green Blue C M Y K H S L
Decimal 192 5 150 0 0.97 0.22 0.25 313.48 0.95 0.39
Hex C0 5 96 0 61 16 19 139 5F 27
Octal 300 5 226 0 141 26 31 471 137 47
Binary 11000000 101 10010110 0 1100001 10110 11001 100111001 1011111 100111

Color Harmonies of #C00596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00596

Black with #C00596

Text Example


Text Example

White with #C00596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00596; }

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

 H1.HeaderClassName
 {
   color: #C00596;
 }
 .AnyTagClassName
 {
   color: #C00596;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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