Html Css Color HEX #C40ECD Deep Magenta

📋 copy color: '#C40ECD'

red 196 ◦ green 14 ◦ blue 205

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

Shades of Deep Magenta #C40ECD

Tints of Deep Magenta #C40ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 47.23%
G = 3.37%
B = 49.4%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C40ECD (or 0xC40ECD) is known color: Deep Magenta. HEX triplet: C4, 0E and CD. RGB value is (196,14,205). Sum of RGB (Red+Green+Blue) = 196+14+205=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 14 (5.86% from 255 or 3.37% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #C40ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40ECD is #3BF132. Grayscale: #595959. Windows color (decimal): -3928371 or 13438660. OLE color: 13438660.

HSL color Cylindrical-coordinate representation of color #C40ECD: hue angle of 297.17º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40ECD is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 14 205 -
CMYK 0.04 0.93 0 0.20
HSL 297.17º 0.87% 0.43% -
HSV(B) 297.17º 0.93% 0.8% -
XYZ 33.94 16.46 59.15 -
YUV 90.19 192.8 203.47 -
System Red Green Blue C M Y K H S L
Decimal 196 14 205 0.04 0.93 0 0.20 297.17 0.87 0.43
Hex C4 E CD 4 5D 0 14 129 57 2B
Octal 304 16 315 4 135 0 24 451 127 53
Binary 11000100 1110 11001101 100 1011101 0 10100 100101001 1010111 101011

Color Harmonies of #C40ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40ECD

Black with #C40ECD

Text Example


Text Example

White with #C40ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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