Html Css Color HEX #C80281 Medium Violet Red

📋 copy color: '#C80281'

red 200 ◦ green 2 ◦ blue 129

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

Shades of Medium Violet Red #C80281

Tints of Medium Violet Red #C80281

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 60.42%
G = 0.6%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C80281 (or 0xC80281) is known color: Medium Violet Red. HEX triplet: C8, 02 and 81. RGB value is (200,2,129). Sum of RGB (Red+Green+Blue) = 200+2+129=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C80281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80281 is #37FD7E. Grayscale: #4B4B4B. Windows color (decimal): -3669375 or 8454856. OLE color: 8454856.

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

Color convert

RGB 200 2 129 -
CMYK 0 0.99 0.36 0.22
HSL 321.52º 0.98% 0.4% -
HSV(B) 321.52º 0.99% 0.78% -
XYZ 27.8 13.91 21.99 -
YUV 75.68 158.1 216.67 -
System Red Green Blue C M Y K H S L
Decimal 200 2 129 0 0.99 0.36 0.22 321.52 0.98 0.4
Hex C8 2 81 0 63 24 16 142 62 28
Octal 310 2 201 0 143 44 26 502 142 50
Binary 11001000 10 10000001 0 1100011 100100 10110 101000010 1100010 101000

Color Harmonies of #C80281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80281

Black with #C80281

Text Example


Text Example

White with #C80281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80281; }

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

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

background-color css

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

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

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

border-color css

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

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

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