Html Css Color HEX #CC2EAA Medium Red Violet

📋 copy color: '#CC2EAA'

red 204 ◦ green 46 ◦ blue 170

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

Shades of Medium Red Violet #CC2EAA

Tints of Medium Red Violet #CC2EAA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.95%

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

R = 48.57%
G = 10.95%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC2EAA (or 0xCC2EAA) is known color: Medium Red Violet. HEX triplet: CC, 2E and AA. RGB value is (204,46,170). Sum of RGB (Red+Green+Blue) = 204+46+170=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2EAA is #33D155. Grayscale: #6B6B6B. Windows color (decimal): -3395926 or 11153100. OLE color: 11153100.

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

Color convert

RGB 204 46 170 -
CMYK 0 0.77 0.17 0.2
HSL 312.91º 0.63% 0.49% -
HSV(B) 312.91º 0.77% 0.8% -
XYZ 33.13 17.69 39.7 -
YUV 107.38 163.35 196.92 -
System Red Green Blue C M Y K H S L
Decimal 204 46 170 0 0.77 0.17 0.2 312.91 0.63 0.49
Hex CC 2E AA 0 4D 11 14 139 3F 31
Octal 314 56 252 0 115 21 24 471 77 61
Binary 11001100 101110 10101010 0 1001101 10001 10100 100111001 111111 110001

Color Harmonies of #CC2EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2EAA

Black with #CC2EAA

Text Example


Text Example

White with #CC2EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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