Html Css Color HEX #CC17CD Deep Magenta

📋 copy color: '#CC17CD'

red 204 ◦ green 23 ◦ blue 205

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

Shades of Deep Magenta #CC17CD

Tints of Deep Magenta #CC17CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 47.22%
G = 5.32%
B = 47.45%

CMYK

 C value IS 0.00

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC17CD (or 0xCC17CD) is known color: Deep Magenta. HEX triplet: CC, 17 and CD. RGB value is (204,23,205). Sum of RGB (Red+Green+Blue) = 204+23+205=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC17CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC17CD is #33E832. Grayscale: #616161. Windows color (decimal): -3401779 or 13440972. OLE color: 13440972.

HSL color Cylindrical-coordinate representation of color #CC17CD: hue angle of 299.67º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC17CD is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 23 205 -
CMYK 0.00 0.89 0 0.20
HSL 299.67º 0.8% 0.45% -
HSV(B) 299.67º 0.89% 0.8% -
XYZ 36.23 17.86 59.3 -
YUV 97.87 188.47 203.7 -
System Red Green Blue C M Y K H S L
Decimal 204 23 205 0.00 0.89 0 0.20 299.67 0.8 0.45
Hex CC 17 CD 0 59 0 14 12C 50 2D
Octal 314 27 315 0 131 0 24 454 120 55
Binary 11001100 10111 11001101 0 1011001 0 10100 100101100 1010000 101101

Color Harmonies of #CC17CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC17CD

Black with #CC17CD

Text Example


Text Example

White with #CC17CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC17CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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