Html Css Color HEX #C518DC Deep Magenta

📋 copy color: '#C518DC'

red 197 ◦ green 24 ◦ blue 220

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

Shades of Deep Magenta #C518DC

Tints of Deep Magenta #C518DC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.44%

 BLUE value IS 220 (86.33% from 255) = 49.89%

R = 44.67%
G = 5.44%
B = 49.89%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C518DC (or 0xC518DC) is known color: Deep Magenta. HEX triplet: C5, 18 and DC. RGB value is (197,24,220). Sum of RGB (Red+Green+Blue) = 197+24+220=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #C518DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C518DC is #3AE723. Grayscale: #616161. Windows color (decimal): -3860260 or 14424261. OLE color: 14424261.

HSL color Cylindrical-coordinate representation of color #C518DC: hue angle of 292.96º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C518DC is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 24 220 -
CMYK 0.10 0.89 0 0.14
HSL 292.96º 0.8% 0.48% -
HSV(B) 292.96º 0.89% 0.86% -
XYZ 36.27 17.69 69.21 -
YUV 98.07 196.81 198.56 -
System Red Green Blue C M Y K H S L
Decimal 197 24 220 0.10 0.89 0 0.14 292.96 0.8 0.48
Hex C5 18 DC A 59 0 E 125 50 30
Octal 305 30 334 12 131 0 16 445 120 60
Binary 11000101 11000 11011100 1010 1011001 0 1110 100100101 1010000 110000

Color Harmonies of #C518DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C518DC

Black with #C518DC

Text Example


Text Example

White with #C518DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C518DC; }

 p { color: rgb(197,24,220); }

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

background-color css

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

 a { background-color: rgb(197,24,220); }

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

border-color css

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

 span { border-color: rgb(197,24,220); }

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