Html Css Color HEX #C416DB Deep Magenta

📋 copy color: '#C416DB'

red 196 ◦ green 22 ◦ blue 219

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

Shades of Deep Magenta #C416DB

Tints of Deep Magenta #C416DB

RGB

 RED value IS 196 (76.95% from 255) = 44.85%

 GREEN value IS 22 (8.98% from 255) = 5.03%

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

R = 44.85%
G = 5.03%
B = 50.11%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C416DB (or 0xC416DB) is known color: Deep Magenta. HEX triplet: C4, 16 and DB. RGB value is (196,22,219). Sum of RGB (Red+Green+Blue) = 196+22+219=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #C416DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C416DB is #3BE924. Grayscale: #5F5F5F. Windows color (decimal): -3926309 or 14358212. OLE color: 14358212.

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

Color convert

RGB 196 22 219 -
CMYK 0.11 0.90 0 0.14
HSL 292.99º 0.82% 0.47% -
HSV(B) 292.99º 0.9% 0.86% -
XYZ 35.84 17.42 68.49 -
YUV 96.48 197.15 198.98 -
System Red Green Blue C M Y K H S L
Decimal 196 22 219 0.11 0.90 0 0.14 292.99 0.82 0.47
Hex C4 16 DB B 5A 0 E 125 52 2F
Octal 304 26 333 13 132 0 16 445 122 57
Binary 11000100 10110 11011011 1011 1011010 0 1110 100100101 1010010 101111

Color Harmonies of #C416DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C416DB

Black with #C416DB

Text Example


Text Example

White with #C416DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C416DB; }

 p { color: rgb(196,22,219); }

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

background-color css

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

 a { background-color: rgb(196,22,219); }

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

border-color css

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

 span { border-color: rgb(196,22,219); }

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