#CC1AD1

Color #CC1AD1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #CC1AD1

Tints of Deep Magenta #CC1AD1

Color information

#CC1AD1 (or 0xCC1AD1) is unknown color: approx Deep Magenta. HEX triplet: CC, 1A and D1. RGB value is (204,26,209). Sum of RGB (Red+Green+Blue) = 204+26+209=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 209 (82.03% from 255 or 47.61% from 439); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC1AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1AD1 is #33E52E. Grayscale: #636363. Windows color (decimal): -3401007 or 13703884. OLE color: 13703884.

HSL color Cylindrical-coordinate representation of color #CC1AD1: hue angle of 298.36º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1AD1 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20426209-
CMYK0.020.8800.18
HSL298.36º77.87%46.08%-
HSV(B)298.36º87.56%81.96%-
XYZ36.7818.1861.89-
YUV100.08189.47202.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.47%
GREEN value IS 26 (10.55% from 255) = 5.92%
BLUE value IS 209 (82.03% from 255) = 47.61%
R=46.47%
G=5.92%
B=47.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204262090.020.8800.18298.3677.8746.08
HexCC1AD125801212a4e2e
Octal31432321213002245211656
Binary1100110011010110100011010110000100101001010101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1AD1; }

 p { color: rgb(204,26,209); }

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

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

 a { background-color: rgb(204,26,209); }

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

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

 span { border-color: rgb(204,26,209); }

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