Html Css Color HEX #C80DA6 Medium Violet Red

📋 copy color: '#C80DA6'

red 200 ◦ green 13 ◦ blue 166

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

Shades of Medium Violet Red #C80DA6

Tints of Medium Violet Red #C80DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.8%

R = 52.77%
G = 3.43%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C80DA6 (or 0xC80DA6) is known color: Medium Violet Red. HEX triplet: C8, 0D and A6. RGB value is (200,13,166). Sum of RGB (Red+Green+Blue) = 200+13+166=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C80DA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80DA6 is #37F259. Grayscale: #555555. Windows color (decimal): -3666522 or 10882504. OLE color: 10882504.

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

Color convert

RGB 200 13 166 -
CMYK 0 0.94 0.17 0.22
HSL 310.91º 0.88% 0.42% -
HSV(B) 310.91º 0.94% 0.78% -
XYZ 30.85 15.32 37.41 -
YUV 86.36 172.95 209.06 -
System Red Green Blue C M Y K H S L
Decimal 200 13 166 0 0.94 0.17 0.22 310.91 0.88 0.42
Hex C8 D A6 0 5E 11 16 137 58 2A
Octal 310 15 246 0 136 21 26 467 130 52
Binary 11001000 1101 10100110 0 1011110 10001 10110 100110111 1011000 101010

Color Harmonies of #C80DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DA6

Black with #C80DA6

Text Example


Text Example

White with #C80DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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