Html Css Color HEX #C80DA4 Medium Violet Red

📋 copy color: '#C80DA4'

red 200 ◦ green 13 ◦ blue 164

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

Shades of Medium Violet Red #C80DA4

Tints of Medium Violet Red #C80DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.5%

R = 53.05%
G = 3.45%
B = 43.5%

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

#C80DA4 (or 0xC80DA4) is known color: Medium Violet Red. HEX triplet: C8, 0D and A4. RGB value is (200,13,164). Sum of RGB (Red+Green+Blue) = 200+13+164=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C80DA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80DA4 is #37F25B. Grayscale: #555555. Windows color (decimal): -3666524 or 10751432. OLE color: 10751432.

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

Color convert

RGB 200 13 164 -
CMYK 0 0.94 0.18 0.22
HSL 311.55º 0.88% 0.42% -
HSV(B) 311.55º 0.94% 0.78% -
XYZ 30.66 15.25 36.45 -
YUV 86.13 171.95 209.22 -
System Red Green Blue C M Y K H S L
Decimal 200 13 164 0 0.94 0.18 0.22 311.55 0.88 0.42
Hex C8 D A4 0 5E 12 16 138 58 2A
Octal 310 15 244 0 136 22 26 470 130 52
Binary 11001000 1101 10100100 0 1011110 10010 10110 100111000 1011000 101010

Color Harmonies of #C80DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DA4

Black with #C80DA4

Text Example


Text Example

White with #C80DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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