Html Css Color HEX #C40EDD Deep Magenta

📋 copy color: '#C40EDD'

red 196 ◦ green 14 ◦ blue 221

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

Shades of Deep Magenta #C40EDD

Tints of Deep Magenta #C40EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.25%

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

R = 45.48%
G = 3.25%
B = 51.28%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C40EDD (or 0xC40EDD) is known color: Deep Magenta. HEX triplet: C4, 0E and DD. RGB value is (196,14,221). Sum of RGB (Red+Green+Blue) = 196+14+221=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #C40EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40EDD is #3BF122. Grayscale: #5B5B5B. Windows color (decimal): -3928355 or 14487236. OLE color: 14487236.

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

Color convert

RGB 196 14 221 -
CMYK 0.11 0.94 0 0.13
HSL 292.75º 0.88% 0.46% -
HSV(B) 292.75º 0.94% 0.87% -
XYZ 35.97 17.27 69.84 -
YUV 92.02 200.8 202.17 -
System Red Green Blue C M Y K H S L
Decimal 196 14 221 0.11 0.94 0 0.13 292.75 0.88 0.46
Hex C4 E DD B 5E 0 D 125 58 2E
Octal 304 16 335 13 136 0 15 445 130 56
Binary 11000100 1110 11011101 1011 1011110 0 1101 100100101 1011000 101110

Color Harmonies of #C40EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40EDD

Black with #C40EDD

Text Example


Text Example

White with #C40EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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