Html Css Color HEX #C516CD Deep Magenta

📋 copy color: '#C516CD'

red 197 ◦ green 22 ◦ blue 205

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

Shades of Deep Magenta #C516CD

Tints of Deep Magenta #C516CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.35%

R = 46.46%
G = 5.19%
B = 48.35%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C516CD (or 0xC516CD) is known color: Deep Magenta. HEX triplet: C5, 16 and CD. RGB value is (197,22,205). Sum of RGB (Red+Green+Blue) = 197+22+205=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #C516CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C516CD is #3AE932. Grayscale: #5E5E5E. Windows color (decimal): -3860787 or 13440709. OLE color: 13440709.

HSL color Cylindrical-coordinate representation of color #C516CD: hue angle of 297.38º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C516CD is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 22 205 -
CMYK 0.04 0.89 0 0.20
HSL 297.38º 0.81% 0.45% -
HSV(B) 297.38º 0.89% 0.8% -
XYZ 34.33 16.85 59.2 -
YUV 95.19 189.98 200.62 -
System Red Green Blue C M Y K H S L
Decimal 197 22 205 0.04 0.89 0 0.20 297.38 0.81 0.45
Hex C5 16 CD 4 59 0 14 129 51 2D
Octal 305 26 315 4 131 0 24 451 121 55
Binary 11000101 10110 11001101 100 1011001 0 10100 100101001 1010001 101101

Color Harmonies of #C516CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C516CD

Black with #C516CD

Text Example


Text Example

White with #C516CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C516CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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