Html Css Color HEX #CC17DB Deep Magenta

📋 copy color: '#CC17DB'

red 204 ◦ green 23 ◦ blue 219

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

Shades of Deep Magenta #CC17DB

Tints of Deep Magenta #CC17DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.1%

R = 45.74%
G = 5.16%
B = 49.1%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC17DB (or 0xCC17DB) is known color: Deep Magenta. HEX triplet: CC, 17 and DB. RGB value is (204,23,219). Sum of RGB (Red+Green+Blue) = 204+23+219=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 23 (9.38% from 255 or 5.16% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC17DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC17DB is #33E824. Grayscale: #626262. Windows color (decimal): -3401765 or 14358476. OLE color: 14358476.

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

Color convert

RGB 204 23 219 -
CMYK 0.07 0.89 0 0.14
HSL 295.41º 0.81% 0.47% -
HSV(B) 295.41º 0.89% 0.86% -
XYZ 37.99 18.56 68.6 -
YUV 99.46 195.47 202.56 -
System Red Green Blue C M Y K H S L
Decimal 204 23 219 0.07 0.89 0 0.14 295.41 0.81 0.47
Hex CC 17 DB 7 59 0 E 127 51 2F
Octal 314 27 333 7 131 0 16 447 121 57
Binary 11001100 10111 11011011 111 1011001 0 1110 100100111 1010001 101111

Color Harmonies of #CC17DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC17DB

Black with #CC17DB

Text Example


Text Example

White with #CC17DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC17DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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