Html Css Color HEX #C519BF Deep Magenta

📋 copy color: '#C519BF'

red 197 ◦ green 25 ◦ blue 191

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

Shades of Deep Magenta #C519BF

Tints of Deep Magenta #C519BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.25%

R = 47.7%
G = 6.05%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C519BF (or 0xC519BF) is known color: Deep Magenta. HEX triplet: C5, 19 and BF. RGB value is (197,25,191). Sum of RGB (Red+Green+Blue) = 197+25+191=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C519BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C519BF is #3AE640. Grayscale: #5E5E5E. Windows color (decimal): -3860033 or 12523973. OLE color: 12523973.

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

Color convert

RGB 197 25 191 -
CMYK 0 0.87 0.03 0.23
HSL 302.09º 0.77% 0.44% -
HSV(B) 302.09º 0.87% 0.77% -
XYZ 32.78 16.33 50.71 -
YUV 95.35 181.98 200.5 -
System Red Green Blue C M Y K H S L
Decimal 197 25 191 0 0.87 0.03 0.23 302.09 0.77 0.44
Hex C5 19 BF 0 57 3 17 12E 4D 2C
Octal 305 31 277 0 127 3 27 456 115 54
Binary 11000101 11001 10111111 0 1010111 11 10111 100101110 1001101 101100

Color Harmonies of #C519BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519BF

Black with #C519BF

Text Example


Text Example

White with #C519BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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