Html Css Color HEX #C80180 Medium Violet Red

📋 copy color: '#C80180'

red 200 ◦ green 1 ◦ blue 128

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

Shades of Medium Violet Red #C80180

Tints of Medium Violet Red #C80180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 128 (50.39% from 255) = 38.91%

R = 60.79%
G = 0.3%
B = 38.91%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C80180 (or 0xC80180) is known color: Medium Violet Red. HEX triplet: C8, 01 and 80. RGB value is (200,1,128). Sum of RGB (Red+Green+Blue) = 200+1+128=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C80180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80180 is #37FE7F. Grayscale: #4A4A4A. Windows color (decimal): -3669632 or 8389064. OLE color: 8389064.

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

Color convert

RGB 200 1 128 -
CMYK 0 1.00 0.36 0.22
HSL 321.71º 0.99% 0.39% -
HSV(B) 321.71º 1% 0.78% -
XYZ 27.73 13.86 21.64 -
YUV 74.98 157.93 217.17 -
System Red Green Blue C M Y K H S L
Decimal 200 1 128 0 1.00 0.36 0.22 321.71 0.99 0.39
Hex C8 1 80 0 64 24 16 142 63 27
Octal 310 1 200 0 144 44 26 502 143 47
Binary 11001000 1 10000000 0 1100100 100100 10110 101000010 1100011 100111

Color Harmonies of #C80180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80180

Black with #C80180

Text Example


Text Example

White with #C80180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80180; }

 p { color: rgb(200,1,128); }

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

background-color css

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

 a { background-color: rgb(200,1,128); }

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

border-color css

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

 span { border-color: rgb(200,1,128); }

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