Html Css Color HEX #CC33AA Medium Red Violet

📋 copy color: '#CC33AA'

red 204 ◦ green 51 ◦ blue 170

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

Shades of Medium Red Violet #CC33AA

Tints of Medium Red Violet #CC33AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12%

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

R = 48%
G = 12%
B = 40%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC33AA (or 0xCC33AA) is known color: Medium Red Violet. HEX triplet: CC, 33 and AA. RGB value is (204,51,170). Sum of RGB (Red+Green+Blue) = 204+51+170=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC33AA is #33CC55. Grayscale: #6D6D6D. Windows color (decimal): -3394646 or 11154380. OLE color: 11154380.

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

Color convert

RGB 204 51 170 -
CMYK 0 0.75 0.17 0.2
HSL 313.33º 0.6% 0.5% -
HSV(B) 313.33º 0.75% 0.8% -
XYZ 33.34 18.11 39.77 -
YUV 110.31 161.69 194.82 -
System Red Green Blue C M Y K H S L
Decimal 204 51 170 0 0.75 0.17 0.2 313.33 0.6 0.5
Hex CC 33 AA 0 4B 11 14 139 3C 32
Octal 314 63 252 0 113 21 24 471 74 62
Binary 11001100 110011 10101010 0 1001011 10001 10100 100111001 111100 110010

Color Harmonies of #CC33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC33AA

Black with #CC33AA

Text Example


Text Example

White with #CC33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC33AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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