Html Css Color HEX #C519BA Deep Magenta

📋 copy color: '#C519BA'

red 197 ◦ green 25 ◦ blue 186

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

Shades of Deep Magenta #C519BA

Tints of Deep Magenta #C519BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 48.28%
G = 6.13%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C519BA (or 0xC519BA) is known color: Deep Magenta. HEX triplet: C5, 19 and BA. RGB value is (197,25,186). Sum of RGB (Red+Green+Blue) = 197+25+186=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C519BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C519BA is #3AE645. Grayscale: #5E5E5E. Windows color (decimal): -3860038 or 12196293. OLE color: 12196293.

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

Color convert

RGB 197 25 186 -
CMYK 0 0.87 0.06 0.23
HSL 303.84º 0.77% 0.44% -
HSV(B) 303.84º 0.87% 0.77% -
XYZ 32.24 16.11 47.87 -
YUV 94.78 179.48 200.91 -
System Red Green Blue C M Y K H S L
Decimal 197 25 186 0 0.87 0.06 0.23 303.84 0.77 0.44
Hex C5 19 BA 0 57 6 17 130 4D 2C
Octal 305 31 272 0 127 6 27 460 115 54
Binary 11000101 11001 10111010 0 1010111 110 10111 100110000 1001101 101100

Color Harmonies of #C519BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519BA

Black with #C519BA

Text Example


Text Example

White with #C519BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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