Html Css Color HEX #C80296 Medium Violet Red

📋 copy color: '#C80296'

red 200 ◦ green 2 ◦ blue 150

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

Shades of Medium Violet Red #C80296

Tints of Medium Violet Red #C80296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 56.82%
G = 0.57%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C80296 (or 0xC80296) is known color: Medium Violet Red. HEX triplet: C8, 02 and 96. RGB value is (200,2,150). Sum of RGB (Red+Green+Blue) = 200+2+150=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C80296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80296 is #37FD69. Grayscale: #4D4D4D. Windows color (decimal): -3669354 or 9831112. OLE color: 9831112.

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

Color convert

RGB 200 2 150 -
CMYK 0 0.99 0.25 0.22
HSL 315.15º 0.98% 0.4% -
HSV(B) 315.15º 0.99% 0.78% -
XYZ 29.35 14.52 30.11 -
YUV 78.07 168.6 214.97 -
System Red Green Blue C M Y K H S L
Decimal 200 2 150 0 0.99 0.25 0.22 315.15 0.98 0.4
Hex C8 2 96 0 63 19 16 13B 62 28
Octal 310 2 226 0 143 31 26 473 142 50
Binary 11001000 10 10010110 0 1100011 11001 10110 100111011 1100010 101000

Color Harmonies of #C80296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80296

Black with #C80296

Text Example


Text Example

White with #C80296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80296; }

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

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

background-color css

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

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

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

border-color css

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

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

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