Html Css Color HEX #C519C1 Deep Magenta

📋 copy color: '#C519C1'

red 197 ◦ green 25 ◦ blue 193

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

Shades of Deep Magenta #C519C1

Tints of Deep Magenta #C519C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.51%

R = 47.47%
G = 6.02%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C519C1 (or 0xC519C1) is known color: Deep Magenta. HEX triplet: C5, 19 and C1. RGB value is (197,25,193). Sum of RGB (Red+Green+Blue) = 197+25+193=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C519C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C519C1 is #3AE63E. Grayscale: #5F5F5F. Windows color (decimal): -3860031 or 12655045. OLE color: 12655045.

HSL color Cylindrical-coordinate representation of color #C519C1: hue angle of 301.4º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C519C1 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 25 193 -
CMYK 0 0.87 0.02 0.23
HSL 301.4º 0.77% 0.44% -
HSV(B) 301.4º 0.87% 0.77% -
XYZ 33 16.42 51.88 -
YUV 95.58 182.98 200.34 -
System Red Green Blue C M Y K H S L
Decimal 197 25 193 0 0.87 0.02 0.23 301.4 0.77 0.44
Hex C5 19 C1 0 57 2 17 12D 4D 2C
Octal 305 31 301 0 127 2 27 455 115 54
Binary 11000101 11001 11000001 0 1010111 10 10111 100101101 1001101 101100

Color Harmonies of #C519C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519C1

Black with #C519C1

Text Example


Text Example

White with #C519C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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