Html Css Color HEX #C80DA2 Medium Violet Red

📋 copy color: '#C80DA2'

red 200 ◦ green 13 ◦ blue 162

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

Shades of Medium Violet Red #C80DA2

Tints of Medium Violet Red #C80DA2

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.47%

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

R = 53.33%
G = 3.47%
B = 43.2%

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

#C80DA2 (or 0xC80DA2) is known color: Medium Violet Red. HEX triplet: C8, 0D and A2. RGB value is (200,13,162). Sum of RGB (Red+Green+Blue) = 200+13+162=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C80DA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80DA2 is #37F25D. Grayscale: #555555. Windows color (decimal): -3666526 or 10620360. OLE color: 10620360.

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

Color convert

RGB 200 13 162 -
CMYK 0 0.94 0.19 0.22
HSL 312.19º 0.88% 0.42% -
HSV(B) 312.19º 0.94% 0.78% -
XYZ 30.48 15.18 35.5 -
YUV 85.9 170.95 209.38 -
System Red Green Blue C M Y K H S L
Decimal 200 13 162 0 0.94 0.19 0.22 312.19 0.88 0.42
Hex C8 D A2 0 5E 13 16 138 58 2A
Octal 310 15 242 0 136 23 26 470 130 52
Binary 11001000 1101 10100010 0 1011110 10011 10110 100111000 1011000 101010

Color Harmonies of #C80DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DA2

Black with #C80DA2

Text Example


Text Example

White with #C80DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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