Html Css Color HEX #CC1980 Medium Violet Red

📋 copy color: '#CC1980'

red 204 ◦ green 25 ◦ blue 128

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

Shades of Medium Violet Red #CC1980

Tints of Medium Violet Red #CC1980

RGB

 RED value IS 204 (80.08% from 255) = 57.14%

 GREEN value IS 25 (10.16% from 255) = 7%

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

R = 57.14%
G = 7%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC1980 (or 0xCC1980) is known color: Medium Violet Red. HEX triplet: CC, 19 and 80. RGB value is (204,25,128). Sum of RGB (Red+Green+Blue) = 204+25+128=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1980 is #33E67F. Grayscale: #5A5A5A. Windows color (decimal): -3401344 or 8395212. OLE color: 8395212.

HSL color Cylindrical-coordinate representation of color #CC1980: hue angle of 325.47º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1980 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 25 128 -
CMYK 0 0.88 0.37 0.2
HSL 325.47º 0.78% 0.45% -
HSV(B) 325.47º 0.88% 0.8% -
XYZ 29.15 15.09 21.8 -
YUV 90.26 149.3 209.12 -
System Red Green Blue C M Y K H S L
Decimal 204 25 128 0 0.88 0.37 0.2 325.47 0.78 0.45
Hex CC 19 80 0 58 25 14 145 4E 2D
Octal 314 31 200 0 130 45 24 505 116 55
Binary 11001100 11001 10000000 0 1011000 100101 10100 101000101 1001110 101101

Color Harmonies of #CC1980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1980

Black with #CC1980

Text Example


Text Example

White with #CC1980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1980; }

 p { color: rgb(204,25,128); }

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

background-color css

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

 a { background-color: rgb(204,25,128); }

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

border-color css

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

 span { border-color: rgb(204,25,128); }

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