#cc33a0

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

Shades of Medium Red Violet #CC33A0

Tints of Medium Red Violet #CC33A0

Color information

#CC33A0 (or 0xCC33A0) is unknown color: approx Medium Red Violet. HEX triplet: CC, 33 and A0. RGB value is (204,51,160). Sum of RGB (Red+Green+Blue) = 204+51+160=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC33A0 is #33CC5F. Grayscale: #6C6C6C. Windows color (decimal): -3394656 or 10499020. OLE color: 10499020.

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

Color convert

RGB20451160-
CMYK00.750.220.2
HSL317.25º60%50%-
HSV(B)317.25º75%80%-
XYZ32.4317.7434.97-
YUV109.17156.69195.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.16%
GREEN value IS 51 (20.31% from 255) = 12.29%
BLUE value IS 160 (62.89% from 255) = 38.55%
R=49.16%
G=12.29%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045116000.750.220.2317.256050
HexCC33A004B161413d3c32
Octal31463240011326244757462
Binary1100110011001110100000010010111011010100100111101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc33a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc33a0; }

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

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

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

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

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

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

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

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

cancel