#CC35A6

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

Shades of Medium Red Violet #CC35A6

Tints of Medium Red Violet #CC35A6

Color information

#CC35A6 (or 0xCC35A6) is unknown color: approx Medium Red Violet. HEX triplet: CC, 35 and A6. RGB value is (204,53,166). Sum of RGB (Red+Green+Blue) = 204+53+166=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC35A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC35A6 is #33CA59. Grayscale: #6E6E6E. Windows color (decimal): -3394138 or 10892748. OLE color: 10892748.

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

Color convert

RGB20453166-
CMYK00.740.190.2
HSL315.1º59.68%50.39%-
HSV(B)315.1º74.02%80%-
XYZ33.0618.1437.83-
YUV111.03159.03194.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.23%
GREEN value IS 53 (21.09% from 255) = 12.53%
BLUE value IS 166 (65.23% from 255) = 39.24%
R=48.23%
G=12.53%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045316600.740.190.2315.159.6850.39
HexCC35A604A131413b3c32
Octal31465246011223244737462
Binary1100110011010110100110010010101001110100100111011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC35A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC35A6; }

 p { color: rgb(204,53,166); }

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

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

 a { background-color: rgb(204,53,166); }

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

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

 span { border-color: rgb(204,53,166); }

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