Html Css Color HEX #CC1ADE Deep Magenta

📋 copy color: '#CC1ADE'

red 204 ◦ green 26 ◦ blue 222

#CC1ADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CC1ADE

Tints of Deep Magenta #CC1ADE

RGB

 RED value IS 204 (80.08% from 255) = 45.13%

 GREEN value IS 26 (10.55% from 255) = 5.75%

 BLUE value IS 222 (87.11% from 255) = 49.12%

R = 45.13%
G = 5.75%
B = 49.12%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC1ADE (or 0xCC1ADE) is known color: Deep Magenta. HEX triplet: CC, 1A and DE. RGB value is (204,26,222). Sum of RGB (Red+Green+Blue) = 204+26+222=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 26 (10.55% from 255 or 5.75% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC1ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1ADE is #33E521. Grayscale: #646464. Windows color (decimal): -3400994 or 14555852. OLE color: 14555852.

HSL color Cylindrical-coordinate representation of color #CC1ADE: hue angle of 294.49º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1ADE is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 26 222 -
CMYK 0.08 0.88 0 0.13
HSL 294.49º 0.79% 0.49% -
HSV(B) 294.49º 0.88% 0.87% -
XYZ 38.46 18.85 70.72 -
YUV 101.57 195.97 201.06 -
System Red Green Blue C M Y K H S L
Decimal 204 26 222 0.08 0.88 0 0.13 294.49 0.79 0.49
Hex CC 1A DE 8 58 0 D 126 4F 31
Octal 314 32 336 10 130 0 15 446 117 61
Binary 11001100 11010 11011110 1000 1011000 0 1101 100100110 1001111 110001

Color Harmonies of #CC1ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1ADE

Black with #CC1ADE

Text Example


Text Example

White with #CC1ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1ADE; }

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

 H1.HeaderClassName
 {
   color: #CC1ADE;
 }
 .AnyTagClassName
 {
   color: #CC1ADE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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