Html Css Color HEX #C80596 Medium Violet Red

📋 copy color: '#C80596'

red 200 ◦ green 5 ◦ blue 150

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

Shades of Medium Violet Red #C80596

Tints of Medium Violet Red #C80596

RGB

 RED value IS 200 (78.52% from 255) = 56.34%

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

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

R = 56.34%
G = 1.41%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C80596 (or 0xC80596) is known color: Medium Violet Red. HEX triplet: C8, 05 and 96. RGB value is (200,5,150). Sum of RGB (Red+Green+Blue) = 200+5+150=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C80596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80596 is #37FA69. Grayscale: #4F4F4F. Windows color (decimal): -3668586 or 9831880. OLE color: 9831880.

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

Color convert

RGB 200 5 150 -
CMYK 0 0.98 0.25 0.22
HSL 315.38º 0.95% 0.4% -
HSV(B) 315.38º 0.98% 0.78% -
XYZ 29.38 14.59 30.12 -
YUV 79.84 167.6 213.71 -
System Red Green Blue C M Y K H S L
Decimal 200 5 150 0 0.98 0.25 0.22 315.38 0.95 0.4
Hex C8 5 96 0 62 19 16 13B 5F 28
Octal 310 5 226 0 142 31 26 473 137 50
Binary 11001000 101 10010110 0 1100010 11001 10110 100111011 1011111 101000

Color Harmonies of #C80596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80596

Black with #C80596

Text Example


Text Example

White with #C80596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80596; }

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

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

background-color css

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

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

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

border-color css

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

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

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