Html Css Color HEX #C80DA3 Medium Violet Red

📋 copy color: '#C80DA3'

red 200 ◦ green 13 ◦ blue 163

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

Shades of Medium Violet Red #C80DA3

Tints of Medium Violet Red #C80DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 43.35%

R = 53.19%
G = 3.46%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C80DA3 (or 0xC80DA3) is known color: Medium Violet Red. HEX triplet: C8, 0D and A3. RGB value is (200,13,163). Sum of RGB (Red+Green+Blue) = 200+13+163=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 163 (64.06% from 255 or 43.35% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C80DA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80DA3 is #37F25C. Grayscale: #555555. Windows color (decimal): -3666525 or 10685896. OLE color: 10685896.

HSL color Cylindrical-coordinate representation of color #C80DA3: hue angle of 311.87º 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 #C80DA3 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 13 163 -
CMYK 0 0.94 0.18 0.22
HSL 311.87º 0.88% 0.42% -
HSV(B) 311.87º 0.94% 0.78% -
XYZ 30.57 15.21 35.98 -
YUV 86.01 171.45 209.3 -
System Red Green Blue C M Y K H S L
Decimal 200 13 163 0 0.94 0.18 0.22 311.87 0.88 0.42
Hex C8 D A3 0 5E 12 16 138 58 2A
Octal 310 15 243 0 136 22 26 470 130 52
Binary 11001000 1101 10100011 0 1011110 10010 10110 100111000 1011000 101010

Color Harmonies of #C80DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DA3

Black with #C80DA3

Text Example


Text Example

White with #C80DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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