Html Css Color HEX #C418DD Deep Magenta

📋 copy color: '#C418DD'

red 196 ◦ green 24 ◦ blue 221

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

Shades of Deep Magenta #C418DD

Tints of Deep Magenta #C418DD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.44%

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

R = 44.44%
G = 5.44%
B = 50.11%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C418DD (or 0xC418DD) is known color: Deep Magenta. HEX triplet: C4, 18 and DD. RGB value is (196,24,221). Sum of RGB (Red+Green+Blue) = 196+24+221=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #C418DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C418DD is #3BE722. Grayscale: #616161. Windows color (decimal): -3925795 or 14489796. OLE color: 14489796.

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

Color convert

RGB 196 24 221 -
CMYK 0.11 0.89 0 0.13
HSL 292.39º 0.8% 0.48% -
HSV(B) 292.39º 0.89% 0.87% -
XYZ 36.14 17.61 69.9 -
YUV 97.89 197.48 197.98 -
System Red Green Blue C M Y K H S L
Decimal 196 24 221 0.11 0.89 0 0.13 292.39 0.8 0.48
Hex C4 18 DD B 59 0 D 124 50 30
Octal 304 30 335 13 131 0 15 444 120 60
Binary 11000100 11000 11011101 1011 1011001 0 1101 100100100 1010000 110000

Color Harmonies of #C418DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C418DD

Black with #C418DD

Text Example


Text Example

White with #C418DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C418DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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