Html Css Color HEX #CC2280 Medium Violet Red

📋 copy color: '#CC2280'

red 204 ◦ green 34 ◦ blue 128

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

Shades of Medium Violet Red #CC2280

Tints of Medium Violet Red #CC2280

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.29%

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

R = 55.74%
G = 9.29%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC2280 (or 0xCC2280) is known color: Medium Violet Red. HEX triplet: CC, 22 and 80. RGB value is (204,34,128). Sum of RGB (Red+Green+Blue) = 204+34+128=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2280 is #33DD7F. Grayscale: #5F5F5F. Windows color (decimal): -3399040 or 8397516. OLE color: 8397516.

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

Color convert

RGB 204 34 128 -
CMYK 0 0.83 0.37 0.2
HSL 326.82º 0.71% 0.47% -
HSV(B) 326.82º 0.83% 0.8% -
XYZ 29.37 15.54 21.87 -
YUV 95.55 146.32 205.36 -
System Red Green Blue C M Y K H S L
Decimal 204 34 128 0 0.83 0.37 0.2 326.82 0.71 0.47
Hex CC 22 80 0 53 25 14 147 47 2F
Octal 314 42 200 0 123 45 24 507 107 57
Binary 11001100 100010 10000000 0 1010011 100101 10100 101000111 1000111 101111

Color Harmonies of #CC2280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2280

Black with #CC2280

Text Example


Text Example

White with #CC2280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2280; }

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

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

background-color css

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

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

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

border-color css

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

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

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