Html Css Color HEX #C80D9F Medium Violet Red

📋 copy color: '#C80D9F'

red 200 ◦ green 13 ◦ blue 159

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

Shades of Medium Violet Red #C80D9F

Tints of Medium Violet Red #C80D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.74%

R = 53.76%
G = 3.49%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C80D9F (or 0xC80D9F) is known color: Medium Violet Red. HEX triplet: C8, 0D and 9F. RGB value is (200,13,159). Sum of RGB (Red+Green+Blue) = 200+13+159=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80D9F is #37F260. Grayscale: #555555. Windows color (decimal): -3666529 or 10423752. OLE color: 10423752.

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

Color convert

RGB 200 13 159 -
CMYK 0 0.94 0.20 0.22
HSL 313.16º 0.88% 0.42% -
HSV(B) 313.16º 0.94% 0.78% -
XYZ 30.22 15.07 34.12 -
YUV 85.56 169.45 209.63 -
System Red Green Blue C M Y K H S L
Decimal 200 13 159 0 0.94 0.20 0.22 313.16 0.88 0.42
Hex C8 D 9F 0 5E 14 16 139 58 2A
Octal 310 15 237 0 136 24 26 471 130 52
Binary 11001000 1101 10011111 0 1011110 10100 10110 100111001 1011000 101010

Color Harmonies of #C80D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80D9F

Black with #C80D9F

Text Example


Text Example

White with #C80D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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