Html Css Color HEX #C519BE Deep Magenta

📋 copy color: '#C519BE'

red 197 ◦ green 25 ◦ blue 190

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

Shades of Deep Magenta #C519BE

Tints of Deep Magenta #C519BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 47.82%
G = 6.07%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C519BE (or 0xC519BE) is known color: Deep Magenta. HEX triplet: C5, 19 and BE. RGB value is (197,25,190). Sum of RGB (Red+Green+Blue) = 197+25+190=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C519BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C519BE is #3AE641. Grayscale: #5E5E5E. Windows color (decimal): -3860034 or 12458437. OLE color: 12458437.

HSL color Cylindrical-coordinate representation of color #C519BE: hue angle of 302.44º 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 #C519BE is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 25 190 -
CMYK 0 0.87 0.04 0.23
HSL 302.44º 0.77% 0.44% -
HSV(B) 302.44º 0.87% 0.77% -
XYZ 32.67 16.28 50.14 -
YUV 95.24 181.48 200.58 -
System Red Green Blue C M Y K H S L
Decimal 197 25 190 0 0.87 0.04 0.23 302.44 0.77 0.44
Hex C5 19 BE 0 57 4 17 12E 4D 2C
Octal 305 31 276 0 127 4 27 456 115 54
Binary 11000101 11001 10111110 0 1010111 100 10111 100101110 1001101 101100

Color Harmonies of #C519BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519BE

Black with #C519BE

Text Example


Text Example

White with #C519BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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