Html Css Color HEX #C517DC Deep Magenta

📋 copy color: '#C517DC'

red 197 ◦ green 23 ◦ blue 220

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

Shades of Deep Magenta #C517DC

Tints of Deep Magenta #C517DC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.23%

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

R = 44.77%
G = 5.23%
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

#C517DC (or 0xC517DC) is known color: Deep Magenta. HEX triplet: C5, 17 and DC. RGB value is (197,23,220). Sum of RGB (Red+Green+Blue) = 197+23+220=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 23 (9.38% from 255 or 5.23% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #C517DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C517DC is #3AE823. Grayscale: #606060. Windows color (decimal): -3860516 or 14424005. OLE color: 14424005.

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

Color convert

RGB 197 23 220 -
CMYK 0.10 0.90 0 0.14
HSL 292.99º 0.81% 0.48% -
HSV(B) 292.99º 0.9% 0.86% -
XYZ 36.25 17.65 69.21 -
YUV 97.48 197.15 198.98 -
System Red Green Blue C M Y K H S L
Decimal 197 23 220 0.10 0.90 0 0.14 292.99 0.81 0.48
Hex C5 17 DC A 5A 0 E 125 51 30
Octal 305 27 334 12 132 0 16 445 121 60
Binary 11000101 10111 11011100 1010 1011010 0 1110 100100101 1010001 110000

Color Harmonies of #C517DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C517DC

Black with #C517DC

Text Example


Text Example

White with #C517DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C517DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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