Html Css Color HEX #C519D6 Deep Magenta

📋 copy color: '#C519D6'

red 197 ◦ green 25 ◦ blue 214

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

Shades of Deep Magenta #C519D6

Tints of Deep Magenta #C519D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.08%

R = 45.18%
G = 5.73%
B = 49.08%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C519D6 (or 0xC519D6) is known color: Deep Magenta. HEX triplet: C5, 19 and D6. RGB value is (197,25,214). Sum of RGB (Red+Green+Blue) = 197+25+214=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 214 - color contains mainly: blue. Hex color #C519D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C519D6 is #3AE629. Grayscale: #616161. Windows color (decimal): -3860010 or 14031301. OLE color: 14031301.

HSL color Cylindrical-coordinate representation of color #C519D6: hue angle of 294.6º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C519D6 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 25 214 -
CMYK 0.08 0.88 0 0.16
HSL 294.6º 0.79% 0.47% -
HSV(B) 294.6º 0.88% 0.84% -
XYZ 35.51 17.42 65.11 -
YUV 97.97 193.48 198.63 -
System Red Green Blue C M Y K H S L
Decimal 197 25 214 0.08 0.88 0 0.16 294.6 0.79 0.47
Hex C5 19 D6 8 58 0 10 127 4F 2F
Octal 305 31 326 10 130 0 20 447 117 57
Binary 11000101 11001 11010110 1000 1011000 0 10000 100100111 1001111 101111

Color Harmonies of #C519D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519D6

Black with #C519D6

Text Example


Text Example

White with #C519D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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