Html Css Color HEX #C611DB Deep Magenta

📋 copy color: '#C611DB'

red 198 ◦ green 17 ◦ blue 219

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

Shades of Deep Magenta #C611DB

Tints of Deep Magenta #C611DB

RGB

 RED value IS 198 (77.73% from 255) = 45.62%

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

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

R = 45.62%
G = 3.92%
B = 50.46%

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

#C611DB (or 0xC611DB) is known color: Deep Magenta. HEX triplet: C6, 11 and DB. RGB value is (198,17,219). Sum of RGB (Red+Green+Blue) = 198+17+219=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #C611DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C611DB is #39EE24. Grayscale: #5D5D5D. Windows color (decimal): -3796517 or 14356934. OLE color: 14356934.

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

Color convert

RGB 198 17 219 -
CMYK 0.10 0.92 0 0.14
HSL 293.76º 0.86% 0.46% -
HSV(B) 293.76º 0.92% 0.86% -
XYZ 36.28 17.52 68.49 -
YUV 94.15 198.47 202.07 -
System Red Green Blue C M Y K H S L
Decimal 198 17 219 0.10 0.92 0 0.14 293.76 0.86 0.46
Hex C6 11 DB A 5C 0 E 126 56 2E
Octal 306 21 333 12 134 0 16 446 126 56
Binary 11000110 10001 11011011 1010 1011100 0 1110 100100110 1010110 101110

Color Harmonies of #C611DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C611DB

Black with #C611DB

Text Example


Text Example

White with #C611DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C611DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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