Html Css Color HEX #C516DF Deep Magenta

📋 copy color: '#C516DF'

red 197 ◦ green 22 ◦ blue 223

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

Shades of Deep Magenta #C516DF

Tints of Deep Magenta #C516DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.45%

R = 44.57%
G = 4.98%
B = 50.45%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C516DF (or 0xC516DF) is known color: Deep Magenta. HEX triplet: C5, 16 and DF. RGB value is (197,22,223). Sum of RGB (Red+Green+Blue) = 197+22+223=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 22 (8.98% from 255 or 4.98% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #C516DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C516DF is #3AE920. Grayscale: #606060. Windows color (decimal): -3860769 or 14620357. OLE color: 14620357.

HSL color Cylindrical-coordinate representation of color #C516DF: hue angle of 292.24º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C516DF is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 22 223 -
CMYK 0.12 0.90 0 0.13
HSL 292.24º 0.82% 0.48% -
HSV(B) 292.24º 0.9% 0.87% -
XYZ 36.63 17.77 71.31 -
YUV 97.24 198.98 199.16 -
System Red Green Blue C M Y K H S L
Decimal 197 22 223 0.12 0.90 0 0.13 292.24 0.82 0.48
Hex C5 16 DF C 5A 0 D 124 52 30
Octal 305 26 337 14 132 0 15 444 122 60
Binary 11000101 10110 11011111 1100 1011010 0 1101 100100100 1010010 110000

Color Harmonies of #C516DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C516DF

Black with #C516DF

Text Example


Text Example

White with #C516DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C516DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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