Html Css Color HEX #C80BA2 Medium Violet Red

📋 copy color: '#C80BA2'

red 200 ◦ green 11 ◦ blue 162

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

Shades of Medium Violet Red #C80BA2

Tints of Medium Violet Red #C80BA2

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.95%

 BLUE value IS 162 (63.67% from 255) = 43.43%

R = 53.62%
G = 2.95%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C80BA2 (or 0xC80BA2) is known color: Medium Violet Red. HEX triplet: C8, 0B and A2. RGB value is (200,11,162). Sum of RGB (Red+Green+Blue) = 200+11+162=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C80BA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80BA2 is #37F45D. Grayscale: #545454. Windows color (decimal): -3667038 or 10619848. OLE color: 10619848.

HSL color Cylindrical-coordinate representation of color #C80BA2: hue angle of 312.06º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80BA2 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 11 162 -
CMYK 0 0.94 0.19 0.22
HSL 312.06º 0.9% 0.41% -
HSV(B) 312.06º 0.95% 0.78% -
XYZ 30.46 15.13 35.5 -
YUV 84.73 171.62 210.22 -
System Red Green Blue C M Y K H S L
Decimal 200 11 162 0 0.94 0.19 0.22 312.06 0.9 0.41
Hex C8 B A2 0 5E 13 16 138 5A 29
Octal 310 13 242 0 136 23 26 470 132 51
Binary 11001000 1011 10100010 0 1011110 10011 10110 100111000 1011010 101001

Color Harmonies of #C80BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80BA2

Black with #C80BA2

Text Example


Text Example

White with #C80BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80BA2; }

 p { color: rgb(200,11,162); }

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

background-color css

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

 a { background-color: rgb(200,11,162); }

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

border-color css

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

 span { border-color: rgb(200,11,162); }

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