Html Css Color HEX #CC17DA Deep Magenta

📋 copy color: '#CC17DA'

red 204 ◦ green 23 ◦ blue 218

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

Shades of Deep Magenta #CC17DA

Tints of Deep Magenta #CC17DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.99%

R = 45.84%
G = 5.17%
B = 48.99%

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

#CC17DA (or 0xCC17DA) is known color: Deep Magenta. HEX triplet: CC, 17 and DA. RGB value is (204,23,218). Sum of RGB (Red+Green+Blue) = 204+23+218=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC17DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC17DA is #33E825. Grayscale: #626262. Windows color (decimal): -3401766 or 14292940. OLE color: 14292940.

HSL color Cylindrical-coordinate representation of color #CC17DA: hue angle of 295.69º 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 #CC17DA is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 23 218 -
CMYK 0.06 0.89 0 0.15
HSL 295.69º 0.81% 0.47% -
HSV(B) 295.69º 0.89% 0.85% -
XYZ 37.86 18.51 67.91 -
YUV 99.35 194.97 202.64 -
System Red Green Blue C M Y K H S L
Decimal 204 23 218 0.06 0.89 0 0.15 295.69 0.81 0.47
Hex CC 17 DA 6 59 0 F 128 51 2F
Octal 314 27 332 6 131 0 17 450 121 57
Binary 11001100 10111 11011010 110 1011001 0 1111 100101000 1010001 101111

Color Harmonies of #CC17DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC17DA

Black with #CC17DA

Text Example


Text Example

White with #CC17DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC17DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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