Html Css Color HEX #C519BC Deep Magenta

📋 copy color: '#C519BC'

red 197 ◦ green 25 ◦ blue 188

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

Shades of Deep Magenta #C519BC

Tints of Deep Magenta #C519BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 48.05%
G = 6.1%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C519BC (or 0xC519BC) is known color: Deep Magenta. HEX triplet: C5, 19 and BC. RGB value is (197,25,188). Sum of RGB (Red+Green+Blue) = 197+25+188=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C519BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C519BC is #3AE643. Grayscale: #5E5E5E. Windows color (decimal): -3860036 or 12327365. OLE color: 12327365.

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

Color convert

RGB 197 25 188 -
CMYK 0 0.87 0.05 0.23
HSL 303.14º 0.77% 0.44% -
HSV(B) 303.14º 0.87% 0.77% -
XYZ 32.45 16.2 48.99 -
YUV 95.01 180.48 200.75 -
System Red Green Blue C M Y K H S L
Decimal 197 25 188 0 0.87 0.05 0.23 303.14 0.77 0.44
Hex C5 19 BC 0 57 5 17 12F 4D 2C
Octal 305 31 274 0 127 5 27 457 115 54
Binary 11000101 11001 10111100 0 1010111 101 10111 100101111 1001101 101100

Color Harmonies of #C519BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519BC

Black with #C519BC

Text Example


Text Example

White with #C519BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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