Html Css Color HEX #C516BD Deep Magenta

📋 copy color: '#C516BD'

red 197 ◦ green 22 ◦ blue 189

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

Shades of Deep Magenta #C516BD

Tints of Deep Magenta #C516BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 48.28%
G = 5.39%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C516BD (or 0xC516BD) is known color: Deep Magenta. HEX triplet: C5, 16 and BD. RGB value is (197,22,189). Sum of RGB (Red+Green+Blue) = 197+22+189=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C516BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C516BD is #3AE942. Grayscale: #5C5C5C. Windows color (decimal): -3860803 or 12392133. OLE color: 12392133.

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

Color convert

RGB 197 22 189 -
CMYK 0 0.89 0.04 0.23
HSL 302.74º 0.8% 0.43% -
HSV(B) 302.74º 0.89% 0.77% -
XYZ 32.5 16.12 49.54 -
YUV 93.36 181.98 201.92 -
System Red Green Blue C M Y K H S L
Decimal 197 22 189 0 0.89 0.04 0.23 302.74 0.8 0.43
Hex C5 16 BD 0 59 4 17 12F 50 2B
Octal 305 26 275 0 131 4 27 457 120 53
Binary 11000101 10110 10111101 0 1011001 100 10111 100101111 1010000 101011

Color Harmonies of #C516BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C516BD

Black with #C516BD

Text Example


Text Example

White with #C516BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C516BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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