Html Css Color HEX #C80A81 Medium Violet Red

📋 copy color: '#C80A81'

red 200 ◦ green 10 ◦ blue 129

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

Shades of Medium Violet Red #C80A81

Tints of Medium Violet Red #C80A81

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.95%

 BLUE value IS 129 (50.78% from 255) = 38.05%

R = 59%
G = 2.95%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C80A81 (or 0xC80A81) is known color: Medium Violet Red. HEX triplet: C8, 0A and 81. RGB value is (200,10,129). Sum of RGB (Red+Green+Blue) = 200+10+129=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80A81 is #37F57E. Grayscale: #505050. Windows color (decimal): -3667327 or 8456904. OLE color: 8456904.

HSL color Cylindrical-coordinate representation of color #C80A81: hue angle of 322.42º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80A81 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 10 129 -
CMYK 0 0.95 0.36 0.22
HSL 322.42º 0.9% 0.41% -
HSV(B) 322.42º 0.95% 0.78% -
XYZ 27.89 14.08 22.02 -
YUV 80.38 155.45 213.32 -
System Red Green Blue C M Y K H S L
Decimal 200 10 129 0 0.95 0.36 0.22 322.42 0.9 0.41
Hex C8 A 81 0 5F 24 16 142 5A 29
Octal 310 12 201 0 137 44 26 502 132 51
Binary 11001000 1010 10000001 0 1011111 100100 10110 101000010 1011010 101001

Color Harmonies of #C80A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80A81

Black with #C80A81

Text Example


Text Example

White with #C80A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80A81; }

 p { color: rgb(200,10,129); }

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

background-color css

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

 a { background-color: rgb(200,10,129); }

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

border-color css

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

 span { border-color: rgb(200,10,129); }

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