Html Css Color HEX #C511DB Deep Magenta

📋 copy color: '#C511DB'

red 197 ◦ green 17 ◦ blue 219

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

Shades of Deep Magenta #C511DB

Tints of Deep Magenta #C511DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.58%

R = 45.5%
G = 3.93%
B = 50.58%

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

#C511DB (or 0xC511DB) is known color: Deep Magenta. HEX triplet: C5, 11 and DB. RGB value is (197,17,219). Sum of RGB (Red+Green+Blue) = 197+17+219=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 17 (7.03% from 255 or 3.93% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #C511DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C511DB is #3AEE24. Grayscale: #5D5D5D. Windows color (decimal): -3862053 or 14356933. OLE color: 14356933.

HSL color Cylindrical-coordinate representation of color #C511DB: hue angle of 293.47º 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 #C511DB is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 17 219 -
CMYK 0.10 0.92 0 0.14
HSL 293.47º 0.86% 0.46% -
HSV(B) 293.47º 0.92% 0.86% -
XYZ 36.01 17.39 68.48 -
YUV 93.85 198.63 201.57 -
System Red Green Blue C M Y K H S L
Decimal 197 17 219 0.10 0.92 0 0.14 293.47 0.86 0.46
Hex C5 11 DB A 5C 0 E 125 56 2E
Octal 305 21 333 12 134 0 16 445 126 56
Binary 11000101 10001 11011011 1010 1011100 0 1110 100100101 1010110 101110

Color Harmonies of #C511DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C511DB

Black with #C511DB

Text Example


Text Example

White with #C511DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C511DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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