Html Css Color HEX #CC17D9 Deep Magenta

📋 copy color: '#CC17D9'

red 204 ◦ green 23 ◦ blue 217

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

Shades of Deep Magenta #CC17D9

Tints of Deep Magenta #CC17D9

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.18%

 BLUE value IS 217 (85.16% from 255) = 48.87%

R = 45.95%
G = 5.18%
B = 48.87%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC17D9 (or 0xCC17D9) is known color: Deep Magenta. HEX triplet: CC, 17 and D9. RGB value is (204,23,217). Sum of RGB (Red+Green+Blue) = 204+23+217=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 23 (9.38% from 255 or 5.18% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC17D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC17D9 is #33E826. Grayscale: #626262. Windows color (decimal): -3401767 or 14227404. OLE color: 14227404.

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

Color convert

RGB 204 23 217 -
CMYK 0.06 0.89 0 0.15
HSL 295.98º 0.81% 0.47% -
HSV(B) 295.98º 0.89% 0.85% -
XYZ 37.73 18.46 67.22 -
YUV 99.24 194.47 202.73 -
System Red Green Blue C M Y K H S L
Decimal 204 23 217 0.06 0.89 0 0.15 295.98 0.81 0.47
Hex CC 17 D9 6 59 0 F 128 51 2F
Octal 314 27 331 6 131 0 17 450 121 57
Binary 11001100 10111 11011001 110 1011001 0 1111 100101000 1010001 101111

Color Harmonies of #CC17D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC17D9

Black with #CC17D9

Text Example


Text Example

White with #CC17D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC17D9; }

 p { color: rgb(204,23,217); }

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

background-color css

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

 a { background-color: rgb(204,23,217); }

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

border-color css

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

 span { border-color: rgb(204,23,217); }

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