Html Css Color HEX #C516BF Deep Magenta

📋 copy color: '#C516BF'

red 197 ◦ green 22 ◦ blue 191

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

Shades of Deep Magenta #C516BF

Tints of Deep Magenta #C516BF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.37%

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

R = 48.05%
G = 5.37%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C516BF (or 0xC516BF) is known color: Deep Magenta. HEX triplet: C5, 16 and BF. RGB value is (197,22,191). Sum of RGB (Red+Green+Blue) = 197+22+191=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C516BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C516BF is #3AE940. Grayscale: #5D5D5D. Windows color (decimal): -3860801 or 12523205. OLE color: 12523205.

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

Color convert

RGB 197 22 191 -
CMYK 0 0.89 0.03 0.23
HSL 302.06º 0.8% 0.43% -
HSV(B) 302.06º 0.89% 0.77% -
XYZ 32.72 16.21 50.69 -
YUV 93.59 182.98 201.76 -
System Red Green Blue C M Y K H S L
Decimal 197 22 191 0 0.89 0.03 0.23 302.06 0.8 0.43
Hex C5 16 BF 0 59 3 17 12E 50 2B
Octal 305 26 277 0 131 3 27 456 120 53
Binary 11000101 10110 10111111 0 1011001 11 10111 100101110 1010000 101011

Color Harmonies of #C516BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C516BF

Black with #C516BF

Text Example


Text Example

White with #C516BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C516BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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