Html Css Color HEX #C519DB Deep Magenta

📋 copy color: '#C519DB'

red 197 ◦ green 25 ◦ blue 219

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

Shades of Deep Magenta #C519DB

Tints of Deep Magenta #C519DB

RGB

 RED value IS 197 (77.34% from 255) = 44.67%

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

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

R = 44.67%
G = 5.67%
B = 49.66%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C519DB (or 0xC519DB) is known color: Deep Magenta. HEX triplet: C5, 19 and DB. RGB value is (197,25,219). Sum of RGB (Red+Green+Blue) = 197+25+219=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #C519DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C519DB is #3AE624. Grayscale: #616161. Windows color (decimal): -3860005 or 14358981. OLE color: 14358981.

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

Color convert

RGB 197 25 219 -
CMYK 0.10 0.89 0 0.14
HSL 293.2º 0.8% 0.48% -
HSV(B) 293.2º 0.89% 0.86% -
XYZ 36.16 17.68 68.52 -
YUV 98.54 195.98 198.23 -
System Red Green Blue C M Y K H S L
Decimal 197 25 219 0.10 0.89 0 0.14 293.2 0.8 0.48
Hex C5 19 DB A 59 0 E 125 50 30
Octal 305 31 333 12 131 0 16 445 120 60
Binary 11000101 11001 11011011 1010 1011001 0 1110 100100101 1010000 110000

Color Harmonies of #C519DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519DB

Black with #C519DB

Text Example


Text Example

White with #C519DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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