Html Css Color HEX #C511DC Deep Magenta

📋 copy color: '#C511DC'

red 197 ◦ green 17 ◦ blue 220

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

Shades of Deep Magenta #C511DC

Tints of Deep Magenta #C511DC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.92%

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

R = 45.39%
G = 3.92%
B = 50.69%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C511DC (or 0xC511DC) is known color: Deep Magenta. HEX triplet: C5, 11 and DC. RGB value is (197,17,220). Sum of RGB (Red+Green+Blue) = 197+17+220=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #C511DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C511DC is #3AEE23. Grayscale: #5D5D5D. Windows color (decimal): -3862052 or 14422469. OLE color: 14422469.

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

Color convert

RGB 197 17 220 -
CMYK 0.10 0.92 0 0.14
HSL 293.2º 0.86% 0.46% -
HSV(B) 293.2º 0.92% 0.86% -
XYZ 36.14 17.44 69.17 -
YUV 93.96 199.13 201.49 -
System Red Green Blue C M Y K H S L
Decimal 197 17 220 0.10 0.92 0 0.14 293.2 0.86 0.46
Hex C5 11 DC A 5C 0 E 125 56 2E
Octal 305 21 334 12 134 0 16 445 126 56
Binary 11000101 10001 11011100 1010 1011100 0 1110 100100101 1010110 101110

Color Harmonies of #C511DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C511DC

Black with #C511DC

Text Example


Text Example

White with #C511DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C511DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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