#CC2A9B

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

Shades of Medium Red Violet #CC2A9B

Tints of Medium Red Violet #CC2A9B

Color information

#CC2A9B (or 0xCC2A9B) is unknown color: approx Medium Red Violet. HEX triplet: CC, 2A and 9B. RGB value is (204,42,155). Sum of RGB (Red+Green+Blue) = 204+42+155=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2A9B is #33D564. Grayscale: #676767. Windows color (decimal): -3396965 or 10169036. OLE color: 10169036.

HSL color Cylindrical-coordinate representation of color #CC2A9B: hue angle of 318.15º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2A9B is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB20442155-
CMYK00.790.240.2
HSL318.15º65.85%48.24%-
HSV(B)318.15º79.41%80%-
XYZ31.6516.8632.6-
YUV103.32157.17199.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.87%
GREEN value IS 42 (16.80% from 255) = 10.47%
BLUE value IS 155 (60.94% from 255) = 38.65%
R=50.87%
G=10.47%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044215500.790.240.2318.1565.8548.24
HexCC2A9B04F181413e4230
Octal314522330117302447610260
Binary11001100101010100110110100111111000101001001111101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2A9B; }

 p { color: rgb(204,42,155); }

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

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

 a { background-color: rgb(204,42,155); }

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

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

 span { border-color: rgb(204,42,155); }

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