Html Css Color HEX #C40EDF Deep Magenta

📋 copy color: '#C40EDF'

red 196 ◦ green 14 ◦ blue 223

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

Shades of Deep Magenta #C40EDF

Tints of Deep Magenta #C40EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 45.27%
G = 3.23%
B = 51.5%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C40EDF (or 0xC40EDF) is known color: Deep Magenta. HEX triplet: C4, 0E and DF. RGB value is (196,14,223). Sum of RGB (Red+Green+Blue) = 196+14+223=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 14 (5.86% from 255 or 3.23% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #C40EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40EDF is #3BF120. Grayscale: #5B5B5B. Windows color (decimal): -3928353 or 14618308. OLE color: 14618308.

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

Color convert

RGB 196 14 223 -
CMYK 0.12 0.94 0 0.13
HSL 292.25º 0.88% 0.46% -
HSV(B) 292.25º 0.94% 0.87% -
XYZ 36.24 17.38 71.26 -
YUV 92.24 201.8 202.01 -
System Red Green Blue C M Y K H S L
Decimal 196 14 223 0.12 0.94 0 0.13 292.25 0.88 0.46
Hex C4 E DF C 5E 0 D 124 58 2E
Octal 304 16 337 14 136 0 15 444 130 56
Binary 11000100 1110 11011111 1100 1011110 0 1101 100100100 1011000 101110

Color Harmonies of #C40EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40EDF

Black with #C40EDF

Text Example


Text Example

White with #C40EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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