Html Css Color HEX #CC2180 Medium Violet Red

📋 copy color: '#CC2180'

red 204 ◦ green 33 ◦ blue 128

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

Shades of Medium Violet Red #CC2180

Tints of Medium Violet Red #CC2180

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.04%

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

R = 55.89%
G = 9.04%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC2180 (or 0xCC2180) is known color: Medium Violet Red. HEX triplet: CC, 21 and 80. RGB value is (204,33,128). Sum of RGB (Red+Green+Blue) = 204+33+128=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2180 is #33DE7F. Grayscale: #5E5E5E. Windows color (decimal): -3399296 or 8397260. OLE color: 8397260.

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

Color convert

RGB 204 33 128 -
CMYK 0 0.84 0.37 0.2
HSL 326.67º 0.72% 0.46% -
HSV(B) 326.67º 0.84% 0.8% -
XYZ 29.34 15.48 21.86 -
YUV 94.96 146.65 205.78 -
System Red Green Blue C M Y K H S L
Decimal 204 33 128 0 0.84 0.37 0.2 326.67 0.72 0.46
Hex CC 21 80 0 54 25 14 147 48 2E
Octal 314 41 200 0 124 45 24 507 110 56
Binary 11001100 100001 10000000 0 1010100 100101 10100 101000111 1001000 101110

Color Harmonies of #CC2180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2180

Black with #CC2180

Text Example


Text Example

White with #CC2180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2180; }

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

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

background-color css

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

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

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

border-color css

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

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

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