Html Css Color HEX #CC17DF Deep Magenta

📋 copy color: '#CC17DF'

red 204 ◦ green 23 ◦ blue 223

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

Shades of Deep Magenta #CC17DF

Tints of Deep Magenta #CC17DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.56%

R = 45.33%
G = 5.11%
B = 49.56%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC17DF (or 0xCC17DF) is known color: Deep Magenta. HEX triplet: CC, 17 and DF. RGB value is (204,23,223). Sum of RGB (Red+Green+Blue) = 204+23+223=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC17DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC17DF is #33E820. Grayscale: #636363. Windows color (decimal): -3401761 or 14620620. OLE color: 14620620.

HSL color Cylindrical-coordinate representation of color #CC17DF: hue angle of 294.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC17DF is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 23 223 -
CMYK 0.09 0.90 0 0.13
HSL 294.3º 0.81% 0.48% -
HSV(B) 294.3º 0.9% 0.87% -
XYZ 38.53 18.78 71.41 -
YUV 99.92 197.47 202.24 -
System Red Green Blue C M Y K H S L
Decimal 204 23 223 0.09 0.90 0 0.13 294.3 0.81 0.48
Hex CC 17 DF 9 5A 0 D 126 51 30
Octal 314 27 337 11 132 0 15 446 121 60
Binary 11001100 10111 11011111 1001 1011010 0 1101 100100110 1010001 110000

Color Harmonies of #CC17DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC17DF

Black with #CC17DF

Text Example


Text Example

White with #CC17DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC17DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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