Html Css Color HEX #CC2EAC Medium Red Violet

📋 copy color: '#CC2EAC'

red 204 ◦ green 46 ◦ blue 172

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

Shades of Medium Red Violet #CC2EAC

Tints of Medium Red Violet #CC2EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.76%

R = 48.34%
G = 10.9%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC2EAC (or 0xCC2EAC) is known color: Medium Red Violet. HEX triplet: CC, 2E and AC. RGB value is (204,46,172). Sum of RGB (Red+Green+Blue) = 204+46+172=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2EAC is #33D153. Grayscale: #6B6B6B. Windows color (decimal): -3395924 or 11284172. OLE color: 11284172.

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

Color convert

RGB 204 46 172 -
CMYK 0 0.77 0.16 0.2
HSL 312.15º 0.63% 0.49% -
HSV(B) 312.15º 0.77% 0.8% -
XYZ 33.33 17.77 40.7 -
YUV 107.61 164.35 196.75 -
System Red Green Blue C M Y K H S L
Decimal 204 46 172 0 0.77 0.16 0.2 312.15 0.63 0.49
Hex CC 2E AC 0 4D 10 14 138 3F 31
Octal 314 56 254 0 115 20 24 470 77 61
Binary 11001100 101110 10101100 0 1001101 10000 10100 100111000 111111 110001

Color Harmonies of #CC2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2EAC

Black with #CC2EAC

Text Example


Text Example

White with #CC2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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