Html Css Color HEX #C80D8B Medium Violet Red

📋 copy color: '#C80D8B'

red 200 ◦ green 13 ◦ blue 139

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

Shades of Medium Violet Red #C80D8B

Tints of Medium Violet Red #C80D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.49%

R = 56.82%
G = 3.69%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C80D8B (or 0xC80D8B) is known color: Medium Violet Red. HEX triplet: C8, 0D and 8B. RGB value is (200,13,139). Sum of RGB (Red+Green+Blue) = 200+13+139=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80D8B is #37F274. Grayscale: #525252. Windows color (decimal): -3666549 or 9113032. OLE color: 9113032.

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

Color convert

RGB 200 13 139 -
CMYK 0 0.94 0.30 0.22
HSL 319.57º 0.88% 0.42% -
HSV(B) 319.57º 0.94% 0.78% -
XYZ 28.62 14.43 25.7 -
YUV 83.28 159.45 211.25 -
System Red Green Blue C M Y K H S L
Decimal 200 13 139 0 0.94 0.30 0.22 319.57 0.88 0.42
Hex C8 D 8B 0 5E 1E 16 140 58 2A
Octal 310 15 213 0 136 36 26 500 130 52
Binary 11001000 1101 10001011 0 1011110 11110 10110 101000000 1011000 101010

Color Harmonies of #C80D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80D8B

Black with #C80D8B

Text Example


Text Example

White with #C80D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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