Html Css Color HEX #CC1AD7 Deep Magenta

📋 copy color: '#CC1AD7'

red 204 ◦ green 26 ◦ blue 215

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

Shades of Deep Magenta #CC1AD7

Tints of Deep Magenta #CC1AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.31%

R = 45.84%
G = 5.84%
B = 48.31%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC1AD7 (or 0xCC1AD7) is known color: Deep Magenta. HEX triplet: CC, 1A and D7. RGB value is (204,26,215). Sum of RGB (Red+Green+Blue) = 204+26+215=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 26 (10.55% from 255 or 5.84% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC1AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1AD7 is #33E528. Grayscale: #646464. Windows color (decimal): -3401001 or 14097100. OLE color: 14097100.

HSL color Cylindrical-coordinate representation of color #CC1AD7: hue angle of 296.51º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1AD7 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 26 215 -
CMYK 0.05 0.88 0 0.16
HSL 296.51º 0.78% 0.47% -
HSV(B) 296.51º 0.88% 0.84% -
XYZ 37.54 18.48 65.88 -
YUV 100.77 192.47 201.63 -
System Red Green Blue C M Y K H S L
Decimal 204 26 215 0.05 0.88 0 0.16 296.51 0.78 0.47
Hex CC 1A D7 5 58 0 10 129 4E 2F
Octal 314 32 327 5 130 0 20 451 116 57
Binary 11001100 11010 11010111 101 1011000 0 10000 100101001 1001110 101111

Color Harmonies of #CC1AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1AD7

Black with #CC1AD7

Text Example


Text Example

White with #CC1AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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