Html Css Color HEX #CC2181 Medium Violet Red

📋 copy color: '#CC2181'

red 204 ◦ green 33 ◦ blue 129

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

Shades of Medium Violet Red #CC2181

Tints of Medium Violet Red #CC2181

RGB

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

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

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

R = 55.74%
G = 9.02%
B = 35.25%

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

#CC2181 (or 0xCC2181) is known color: Medium Violet Red. HEX triplet: CC, 21 and 81. RGB value is (204,33,129). Sum of RGB (Red+Green+Blue) = 204+33+129=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2181 is #33DE7E. Grayscale: #5E5E5E. Windows color (decimal): -3399295 or 8462796. OLE color: 8462796.

HSL color Cylindrical-coordinate representation of color #CC2181: hue angle of 326.32º 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 #CC2181 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 33 129 -
CMYK 0 0.84 0.37 0.2
HSL 326.32º 0.72% 0.46% -
HSV(B) 326.32º 0.84% 0.8% -
XYZ 29.41 15.51 22.21 -
YUV 95.07 147.15 205.69 -
System Red Green Blue C M Y K H S L
Decimal 204 33 129 0 0.84 0.37 0.2 326.32 0.72 0.46
Hex CC 21 81 0 54 25 14 146 48 2E
Octal 314 41 201 0 124 45 24 506 110 56
Binary 11001100 100001 10000001 0 1010100 100101 10100 101000110 1001000 101110

Color Harmonies of #CC2181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2181

Black with #CC2181

Text Example


Text Example

White with #CC2181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2181; }

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

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

background-color css

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

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

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

border-color css

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

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

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