#CC1DA9

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

Shades of Medium Violet Red #CC1DA9

Tints of Medium Violet Red #CC1DA9

Color information

#CC1DA9 (or 0xCC1DA9) is unknown color: approx Medium Violet Red. HEX triplet: CC, 1D and A9. RGB value is (204,29,169). Sum of RGB (Red+Green+Blue) = 204+29+169=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 169 (66.41% from 255 or 42.04% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1DA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1DA9 is #33E256. Grayscale: #606060. Windows color (decimal): -3400279 or 11083212. OLE color: 11083212.

HSL color Cylindrical-coordinate representation of color #CC1DA9: hue angle of 312º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1DA9 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB20429169-
CMYK00.860.170.2
HSL312º75.11%45.69%-
HSV(B)312º85.78%80%-
XYZ32.516.5839.02-
YUV97.28168.48204.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.75%
GREEN value IS 29 (11.72% from 255) = 7.21%
BLUE value IS 169 (66.41% from 255) = 42.04%
R=50.75%
G=7.21%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042916900.860.170.231275.1145.69
HexCC1DA905611141384b2e
Octal314352510126212447011356
Binary1100110011101101010010101011010001101001001110001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1DA9; }

 p { color: rgb(204,29,169); }

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

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

 a { background-color: rgb(204,29,169); }

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

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

 span { border-color: rgb(204,29,169); }

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