Html Css Color HEX #C516DB Deep Magenta

📋 copy color: '#C516DB'

red 197 ◦ green 22 ◦ blue 219

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

Shades of Deep Magenta #C516DB

Tints of Deep Magenta #C516DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50%

R = 44.98%
G = 5.02%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C516DB (or 0xC516DB) is known color: Deep Magenta. HEX triplet: C5, 16 and DB. RGB value is (197,22,219). Sum of RGB (Red+Green+Blue) = 197+22+219=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 22 (8.98% from 255 or 5.02% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #C516DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C516DB is #3AE924. Grayscale: #606060. Windows color (decimal): -3860773 or 14358213. OLE color: 14358213.

HSL color Cylindrical-coordinate representation of color #C516DB: hue angle of 293.3º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C516DB is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 22 219 -
CMYK 0.10 0.90 0 0.14
HSL 293.3º 0.82% 0.47% -
HSV(B) 293.3º 0.9% 0.86% -
XYZ 36.1 17.56 68.5 -
YUV 96.78 196.98 199.48 -
System Red Green Blue C M Y K H S L
Decimal 197 22 219 0.10 0.90 0 0.14 293.3 0.82 0.47
Hex C5 16 DB A 5A 0 E 125 52 2F
Octal 305 26 333 12 132 0 16 445 122 57
Binary 11000101 10110 11011011 1010 1011010 0 1110 100100101 1010010 101111

Color Harmonies of #C516DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C516DB

Black with #C516DB

Text Example


Text Example

White with #C516DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C516DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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