Html Css Color HEX #C516DA Deep Magenta

📋 copy color: '#C516DA'

red 197 ◦ green 22 ◦ blue 218

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

Shades of Deep Magenta #C516DA

Tints of Deep Magenta #C516DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.89%

R = 45.08%
G = 5.03%
B = 49.89%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C516DA (or 0xC516DA) is known color: Deep Magenta. HEX triplet: C5, 16 and DA. RGB value is (197,22,218). Sum of RGB (Red+Green+Blue) = 197+22+218=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #C516DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C516DA is #3AE925. Grayscale: #606060. Windows color (decimal): -3860774 or 14292677. OLE color: 14292677.

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

Color convert

RGB 197 22 218 -
CMYK 0.10 0.90 0 0.15
HSL 293.57º 0.82% 0.47% -
HSV(B) 293.57º 0.9% 0.85% -
XYZ 35.97 17.51 67.81 -
YUV 96.67 196.48 199.56 -
System Red Green Blue C M Y K H S L
Decimal 197 22 218 0.10 0.90 0 0.15 293.57 0.82 0.47
Hex C5 16 DA A 5A 0 F 126 52 2F
Octal 305 26 332 12 132 0 17 446 122 57
Binary 11000101 10110 11011010 1010 1011010 0 1111 100100110 1010010 101111

Color Harmonies of #C516DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C516DA

Black with #C516DA

Text Example


Text Example

White with #C516DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C516DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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