Html Css Color HEX #C416DD Deep Magenta

📋 copy color: '#C416DD'

red 196 ◦ green 22 ◦ blue 221

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

Shades of Deep Magenta #C416DD

Tints of Deep Magenta #C416DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.34%

R = 44.65%
G = 5.01%
B = 50.34%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C416DD (or 0xC416DD) is known color: Deep Magenta. HEX triplet: C4, 16 and DD. RGB value is (196,22,221). Sum of RGB (Red+Green+Blue) = 196+22+221=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 22 (8.98% from 255 or 5.01% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #C416DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C416DD is #3BE922. Grayscale: #606060. Windows color (decimal): -3926307 or 14489284. OLE color: 14489284.

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

Color convert

RGB 196 22 221 -
CMYK 0.11 0.90 0 0.13
HSL 292.46º 0.82% 0.48% -
HSV(B) 292.46º 0.9% 0.87% -
XYZ 36.1 17.53 69.89 -
YUV 96.71 198.15 198.82 -
System Red Green Blue C M Y K H S L
Decimal 196 22 221 0.11 0.90 0 0.13 292.46 0.82 0.48
Hex C4 16 DD B 5A 0 D 124 52 30
Octal 304 26 335 13 132 0 15 444 122 60
Binary 11000100 10110 11011101 1011 1011010 0 1101 100100100 1010010 110000

Color Harmonies of #C416DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C416DD

Black with #C416DD

Text Example


Text Example

White with #C416DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C416DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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