Html Css Color HEX #CC1AD8 Deep Magenta

📋 copy color: '#CC1AD8'

red 204 ◦ green 26 ◦ blue 216

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

Shades of Deep Magenta #CC1AD8

Tints of Deep Magenta #CC1AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.43%

R = 45.74%
G = 5.83%
B = 48.43%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC1AD8 (or 0xCC1AD8) is known color: Deep Magenta. HEX triplet: CC, 1A and D8. RGB value is (204,26,216). Sum of RGB (Red+Green+Blue) = 204+26+216=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 216 (84.77% from 255 or 48.43% from 446); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC1AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1AD8 is #33E527. Grayscale: #646464. Windows color (decimal): -3401000 or 14162636. OLE color: 14162636.

HSL color Cylindrical-coordinate representation of color #CC1AD8: hue angle of 296.21º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1AD8 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 26 216 -
CMYK 0.06 0.88 0 0.15
HSL 296.21º 0.79% 0.47% -
HSV(B) 296.21º 0.88% 0.85% -
XYZ 37.67 18.53 66.56 -
YUV 100.88 192.97 201.55 -
System Red Green Blue C M Y K H S L
Decimal 204 26 216 0.06 0.88 0 0.15 296.21 0.79 0.47
Hex CC 1A D8 6 58 0 F 128 4F 2F
Octal 314 32 330 6 130 0 17 450 117 57
Binary 11001100 11010 11011000 110 1011000 0 1111 100101000 1001111 101111

Color Harmonies of #CC1AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1AD8

Black with #CC1AD8

Text Example


Text Example

White with #CC1AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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