Html Css Color HEX #C418DE Deep Magenta

📋 copy color: '#C418DE'

red 196 ◦ green 24 ◦ blue 222

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

Shades of Deep Magenta #C418DE

Tints of Deep Magenta #C418DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.23%

R = 44.34%
G = 5.43%
B = 50.23%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C418DE (or 0xC418DE) is known color: Deep Magenta. HEX triplet: C4, 18 and DE. RGB value is (196,24,222). Sum of RGB (Red+Green+Blue) = 196+24+222=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #C418DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C418DE is #3BE721. Grayscale: #616161. Windows color (decimal): -3925794 or 14555332. OLE color: 14555332.

HSL color Cylindrical-coordinate representation of color #C418DE: hue angle of 292.12º 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 #C418DE is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 24 222 -
CMYK 0.12 0.89 0 0.13
HSL 292.12º 0.8% 0.48% -
HSV(B) 292.12º 0.89% 0.87% -
XYZ 36.28 17.66 70.6 -
YUV 98 197.98 197.9 -
System Red Green Blue C M Y K H S L
Decimal 196 24 222 0.12 0.89 0 0.13 292.12 0.8 0.48
Hex C4 18 DE C 59 0 D 124 50 30
Octal 304 30 336 14 131 0 15 444 120 60
Binary 11000100 11000 11011110 1100 1011001 0 1101 100100100 1010000 110000

Color Harmonies of #C418DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C418DE

Black with #C418DE

Text Example


Text Example

White with #C418DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C418DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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