Html Css Color HEX #C80282 Medium Violet Red

📋 copy color: '#C80282'

red 200 ◦ green 2 ◦ blue 130

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

Shades of Medium Violet Red #C80282

Tints of Medium Violet Red #C80282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.16%

R = 60.24%
G = 0.6%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C80282 (or 0xC80282) is known color: Medium Violet Red. HEX triplet: C8, 02 and 82. RGB value is (200,2,130). Sum of RGB (Red+Green+Blue) = 200+2+130=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C80282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80282 is #37FD7D. Grayscale: #4B4B4B. Windows color (decimal): -3669374 or 8520392. OLE color: 8520392.

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

Color convert

RGB 200 2 130 -
CMYK 0 0.99 0.35 0.22
HSL 321.21º 0.98% 0.4% -
HSV(B) 321.21º 0.99% 0.78% -
XYZ 27.87 13.93 22.34 -
YUV 75.79 158.6 216.59 -
System Red Green Blue C M Y K H S L
Decimal 200 2 130 0 0.99 0.35 0.22 321.21 0.98 0.4
Hex C8 2 82 0 63 23 16 141 62 28
Octal 310 2 202 0 143 43 26 501 142 50
Binary 11001000 10 10000010 0 1100011 100011 10110 101000001 1100010 101000

Color Harmonies of #C80282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80282

Black with #C80282

Text Example


Text Example

White with #C80282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80282; }

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

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

background-color css

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

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

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

border-color css

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

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

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