#CC33A5

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

Shades of Medium Red Violet #CC33A5

Tints of Medium Red Violet #CC33A5

Color information

#CC33A5 (or 0xCC33A5) is unknown color: approx Medium Red Violet. HEX triplet: CC, 33 and A5. RGB value is (204,51,165). Sum of RGB (Red+Green+Blue) = 204+51+165=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC33A5 is #33CC5A. Grayscale: #6D6D6D. Windows color (decimal): -3394651 or 10826700. OLE color: 10826700.

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

Color convert

RGB20451165-
CMYK00.750.190.2
HSL315.29º60%50%-
HSV(B)315.29º75%80%-
XYZ32.8817.9237.32-
YUV109.74159.19195.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.57%
GREEN value IS 51 (20.31% from 255) = 12.14%
BLUE value IS 165 (64.84% from 255) = 39.29%
R=48.57%
G=12.14%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045116500.750.190.2315.296050
HexCC33A504B131413b3c32
Octal31463245011323244737462
Binary1100110011001110100101010010111001110100100111011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC33A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC33A5; }

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

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

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

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

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

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

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

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