Html Css Color HEX #C80DA7 Medium Violet Red

📋 copy color: '#C80DA7'

red 200 ◦ green 13 ◦ blue 167

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

Shades of Medium Violet Red #C80DA7

Tints of Medium Violet Red #C80DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 43.95%

R = 52.63%
G = 3.42%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C80DA7 (or 0xC80DA7) is known color: Medium Violet Red. HEX triplet: C8, 0D and A7. RGB value is (200,13,167). Sum of RGB (Red+Green+Blue) = 200+13+167=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 167 (65.62% from 255 or 43.95% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C80DA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80DA7 is #37F258. Grayscale: #565656. Windows color (decimal): -3666521 or 10948040. OLE color: 10948040.

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

Color convert

RGB 200 13 167 -
CMYK 0 0.94 0.16 0.22
HSL 310.59º 0.88% 0.42% -
HSV(B) 310.59º 0.94% 0.78% -
XYZ 30.94 15.36 37.89 -
YUV 86.47 173.45 208.98 -
System Red Green Blue C M Y K H S L
Decimal 200 13 167 0 0.94 0.16 0.22 310.59 0.88 0.42
Hex C8 D A7 0 5E 10 16 137 58 2A
Octal 310 15 247 0 136 20 26 467 130 52
Binary 11001000 1101 10100111 0 1011110 10000 10110 100110111 1011000 101010

Color Harmonies of #C80DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DA7

Black with #C80DA7

Text Example


Text Example

White with #C80DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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