Html Css Color HEX #CC2CAA Medium Red Violet

📋 copy color: '#CC2CAA'

red 204 ◦ green 44 ◦ blue 170

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

Shades of Medium Red Violet #CC2CAA

Tints of Medium Red Violet #CC2CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.53%

 BLUE value IS 170 (66.8% from 255) = 40.67%

R = 48.8%
G = 10.53%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC2CAA (or 0xCC2CAA) is known color: Medium Red Violet. HEX triplet: CC, 2C and AA. RGB value is (204,44,170). Sum of RGB (Red+Green+Blue) = 204+44+170=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2CAA is #33D355. Grayscale: #696969. Windows color (decimal): -3396438 or 11152588. OLE color: 11152588.

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

Color convert

RGB 204 44 170 -
CMYK 0 0.78 0.17 0.2
HSL 312.75º 0.65% 0.49% -
HSV(B) 312.75º 0.78% 0.8% -
XYZ 33.06 17.54 39.67 -
YUV 106.2 164.01 197.75 -
System Red Green Blue C M Y K H S L
Decimal 204 44 170 0 0.78 0.17 0.2 312.75 0.65 0.49
Hex CC 2C AA 0 4E 11 14 139 41 31
Octal 314 54 252 0 116 21 24 471 101 61
Binary 11001100 101100 10101010 0 1001110 10001 10100 100111001 1000001 110001

Color Harmonies of #CC2CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CAA

Black with #CC2CAA

Text Example


Text Example

White with #CC2CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CAA; }

 p { color: rgb(204,44,170); }

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

background-color css

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

 a { background-color: rgb(204,44,170); }

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

border-color css

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

 span { border-color: rgb(204,44,170); }

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