#CC33A8

Color #CC33A8 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #CC33A8

Tints of Medium Red Violet #CC33A8

Color information

#CC33A8 (or 0xCC33A8) is unknown color: approx Medium Red Violet. HEX triplet: CC, 33 and A8. RGB value is (204,51,168). Sum of RGB (Red+Green+Blue) = 204+51+168=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC33A8 is #33CC57. Grayscale: #6D6D6D. Windows color (decimal): -3394648 or 11023308. OLE color: 11023308.

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

Color convert

RGB20451168-
CMYK00.750.180.2
HSL314.12º60%50%-
HSV(B)314.12º75%80%-
XYZ33.1518.0338.78-
YUV110.08160.69194.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.23%
GREEN value IS 51 (20.31% from 255) = 12.06%
BLUE value IS 168 (66.02% from 255) = 39.72%
R=48.23%
G=12.06%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045116800.750.180.2314.126050
HexCC33A804B121413a3c32
Octal31463250011322244727462
Binary1100110011001110101000010010111001010100100111010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC33A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC33A8; }

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

 H1.HeaderClassName
 {
   color: #CC33A8;
 }
 .AnyTagClassName
 {
   color: #CC33A8;
 }
</style>
background-color css

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

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

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

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

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

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