Html Css Color HEX #CC2AAB Medium Red Violet

📋 copy color: '#CC2AAB'

red 204 ◦ green 42 ◦ blue 171

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

Shades of Medium Red Violet #CC2AAB

Tints of Medium Red Violet #CC2AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.07%

 BLUE value IS 171 (67.19% from 255) = 41.01%

R = 48.92%
G = 10.07%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC2AAB (or 0xCC2AAB) is known color: Medium Red Violet. HEX triplet: CC, 2A and AB. RGB value is (204,42,171). Sum of RGB (Red+Green+Blue) = 204+42+171=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2AAB is #33D554. Grayscale: #686868. Windows color (decimal): -3396949 or 11217612. OLE color: 11217612.

HSL color Cylindrical-coordinate representation of color #CC2AAB: hue angle of 312.22º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2AAB is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 42 171 -
CMYK 0 0.79 0.16 0.2
HSL 312.22º 0.66% 0.48% -
HSV(B) 312.22º 0.79% 0.8% -
XYZ 33.08 17.43 40.15 -
YUV 105.14 165.17 198.51 -
System Red Green Blue C M Y K H S L
Decimal 204 42 171 0 0.79 0.16 0.2 312.22 0.66 0.48
Hex CC 2A AB 0 4F 10 14 138 42 30
Octal 314 52 253 0 117 20 24 470 102 60
Binary 11001100 101010 10101011 0 1001111 10000 10100 100111000 1000010 110000

Color Harmonies of #CC2AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2AAB

Black with #CC2AAB

Text Example


Text Example

White with #CC2AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2AAB; }

 p { color: rgb(204,42,171); }

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

background-color css

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

 a { background-color: rgb(204,42,171); }

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

border-color css

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

 span { border-color: rgb(204,42,171); }

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