Html Css Color HEX #CC19DB Deep Magenta

📋 copy color: '#CC19DB'

red 204 ◦ green 25 ◦ blue 219

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

Shades of Deep Magenta #CC19DB

Tints of Deep Magenta #CC19DB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.58%

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

R = 45.54%
G = 5.58%
B = 48.88%

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

#CC19DB (or 0xCC19DB) is known color: Deep Magenta. HEX triplet: CC, 19 and DB. RGB value is (204,25,219). Sum of RGB (Red+Green+Blue) = 204+25+219=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 25 (10.16% from 255 or 5.58% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC19DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC19DB is #33E624. Grayscale: #646464. Windows color (decimal): -3401253 or 14358988. OLE color: 14358988.

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

Color convert

RGB 204 25 219 -
CMYK 0.07 0.89 0 0.14
HSL 295.36º 0.8% 0.48% -
HSV(B) 295.36º 0.89% 0.86% -
XYZ 38.04 18.65 68.61 -
YUV 100.64 194.8 201.73 -
System Red Green Blue C M Y K H S L
Decimal 204 25 219 0.07 0.89 0 0.14 295.36 0.8 0.48
Hex CC 19 DB 7 59 0 E 127 50 30
Octal 314 31 333 7 131 0 16 447 120 60
Binary 11001100 11001 11011011 111 1011001 0 1110 100100111 1010000 110000

Color Harmonies of #CC19DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC19DB

Black with #CC19DB

Text Example


Text Example

White with #CC19DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC19DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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