Html Css Color HEX #C515BA Deep Magenta

📋 copy color: '#C515BA'

red 197 ◦ green 21 ◦ blue 186

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

Shades of Deep Magenta #C515BA

Tints of Deep Magenta #C515BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.2%

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

R = 48.76%
G = 5.2%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C515BA (or 0xC515BA) is known color: Deep Magenta. HEX triplet: C5, 15 and BA. RGB value is (197,21,186). Sum of RGB (Red+Green+Blue) = 197+21+186=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C515BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C515BA is #3AEA45. Grayscale: #5B5B5B. Windows color (decimal): -3861062 or 12195269. OLE color: 12195269.

HSL color Cylindrical-coordinate representation of color #C515BA: hue angle of 303.75º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C515BA is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 21 186 -
CMYK 0 0.89 0.06 0.23
HSL 303.75º 0.81% 0.43% -
HSV(B) 303.75º 0.89% 0.77% -
XYZ 32.16 15.95 47.84 -
YUV 92.43 180.81 202.58 -
System Red Green Blue C M Y K H S L
Decimal 197 21 186 0 0.89 0.06 0.23 303.75 0.81 0.43
Hex C5 15 BA 0 59 6 17 130 51 2B
Octal 305 25 272 0 131 6 27 460 121 53
Binary 11000101 10101 10111010 0 1011001 110 10111 100110000 1010001 101011

Color Harmonies of #C515BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C515BA

Black with #C515BA

Text Example


Text Example

White with #C515BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C515BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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