Html Css Color HEX #CC22AB Medium Violet Red

📋 copy color: '#CC22AB'

red 204 ◦ green 34 ◦ blue 171

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

Shades of Medium Violet Red #CC22AB

Tints of Medium Violet Red #CC22AB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.31%

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

R = 49.88%
G = 8.31%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC22AB (or 0xCC22AB) is known color: Medium Violet Red. HEX triplet: CC, 22 and AB. RGB value is (204,34,171). Sum of RGB (Red+Green+Blue) = 204+34+171=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 34 (13.67% from 255 or 8.31% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC22AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC22AB is #33DD54. Grayscale: #646464. Windows color (decimal): -3398997 or 11215564. OLE color: 11215564.

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

Color convert

RGB 204 34 171 -
CMYK 0 0.83 0.16 0.2
HSL 311.65º 0.71% 0.47% -
HSV(B) 311.65º 0.83% 0.8% -
XYZ 32.82 16.92 40.06 -
YUV 100.45 167.82 201.86 -
System Red Green Blue C M Y K H S L
Decimal 204 34 171 0 0.83 0.16 0.2 311.65 0.71 0.47
Hex CC 22 AB 0 53 10 14 138 47 2F
Octal 314 42 253 0 123 20 24 470 107 57
Binary 11001100 100010 10101011 0 1010011 10000 10100 100111000 1000111 101111

Color Harmonies of #CC22AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC22AB

Black with #CC22AB

Text Example


Text Example

White with #CC22AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC22AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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