Html Css Color HEX #C80D7A Medium Violet Red

📋 copy color: '#C80D7A'

red 200 ◦ green 13 ◦ blue 122

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

Shades of Medium Violet Red #C80D7A

Tints of Medium Violet Red #C80D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.42%

R = 59.7%
G = 3.88%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C80D7A (or 0xC80D7A) is known color: Medium Violet Red. HEX triplet: C8, 0D and 7A. RGB value is (200,13,122). Sum of RGB (Red+Green+Blue) = 200+13+122=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80D7A is #37F285. Grayscale: #515151. Windows color (decimal): -3666566 or 7998920. OLE color: 7998920.

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

Color convert

RGB 200 13 122 -
CMYK 0 0.94 0.39 0.22
HSL 325.03º 0.88% 0.42% -
HSV(B) 325.03º 0.94% 0.78% -
XYZ 27.48 13.97 19.66 -
YUV 81.34 150.95 212.64 -
System Red Green Blue C M Y K H S L
Decimal 200 13 122 0 0.94 0.39 0.22 325.03 0.88 0.42
Hex C8 D 7A 0 5E 27 16 145 58 2A
Octal 310 15 172 0 136 47 26 505 130 52
Binary 11001000 1101 1111010 0 1011110 100111 10110 101000101 1011000 101010

Color Harmonies of #C80D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80D7A

Black with #C80D7A

Text Example


Text Example

White with #C80D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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