Html Css Color HEX #C80481 Medium Violet Red

📋 copy color: '#C80481'

red 200 ◦ green 4 ◦ blue 129

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

Shades of Medium Violet Red #C80481

Tints of Medium Violet Red #C80481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.2%

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

R = 60.06%
G = 1.2%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C80481 (or 0xC80481) is known color: Medium Violet Red. HEX triplet: C8, 04 and 81. RGB value is (200,4,129). Sum of RGB (Red+Green+Blue) = 200+4+129=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C80481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80481 is #37FB7E. Grayscale: #4C4C4C. Windows color (decimal): -3668863 or 8455368. OLE color: 8455368.

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

Color convert

RGB 200 4 129 -
CMYK 0 0.98 0.36 0.22
HSL 321.73º 0.96% 0.4% -
HSV(B) 321.73º 0.98% 0.78% -
XYZ 27.83 13.95 22 -
YUV 76.85 157.43 215.84 -
System Red Green Blue C M Y K H S L
Decimal 200 4 129 0 0.98 0.36 0.22 321.73 0.96 0.4
Hex C8 4 81 0 62 24 16 142 60 28
Octal 310 4 201 0 142 44 26 502 140 50
Binary 11001000 100 10000001 0 1100010 100100 10110 101000010 1100000 101000

Color Harmonies of #C80481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80481

Black with #C80481

Text Example


Text Example

White with #C80481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80481; }

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

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

background-color css

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

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

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

border-color css

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

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

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