Html Css Color HEX #CC2CAE Medium Red Violet

📋 copy color: '#CC2CAE'

red 204 ◦ green 44 ◦ blue 174

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

Shades of Medium Red Violet #CC2CAE

Tints of Medium Red Violet #CC2CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.23%

R = 48.34%
G = 10.43%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC2CAE (or 0xCC2CAE) is known color: Medium Red Violet. HEX triplet: CC, 2C and AE. RGB value is (204,44,174). Sum of RGB (Red+Green+Blue) = 204+44+174=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2CAE is #33D351. Grayscale: #6A6A6A. Windows color (decimal): -3396434 or 11414732. OLE color: 11414732.

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

Color convert

RGB 204 44 174 -
CMYK 0 0.78 0.15 0.2
HSL 311.25º 0.65% 0.49% -
HSV(B) 311.25º 0.78% 0.8% -
XYZ 33.44 17.69 41.7 -
YUV 106.66 166.01 197.43 -
System Red Green Blue C M Y K H S L
Decimal 204 44 174 0 0.78 0.15 0.2 311.25 0.65 0.49
Hex CC 2C AE 0 4E F 14 137 41 31
Octal 314 54 256 0 116 17 24 467 101 61
Binary 11001100 101100 10101110 0 1001110 1111 10100 100110111 1000001 110001

Color Harmonies of #CC2CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CAE

Black with #CC2CAE

Text Example


Text Example

White with #CC2CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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