Html Css Color HEX #C40DCD Deep Magenta

📋 copy color: '#C40DCD'

red 196 ◦ green 13 ◦ blue 205

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

Shades of Deep Magenta #C40DCD

Tints of Deep Magenta #C40DCD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.14%

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

R = 47.34%
G = 3.14%
B = 49.52%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C40DCD (or 0xC40DCD) is known color: Deep Magenta. HEX triplet: C4, 0D and CD. RGB value is (196,13,205). Sum of RGB (Red+Green+Blue) = 196+13+205=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #C40DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40DCD is #3BF232. Grayscale: #595959. Windows color (decimal): -3928627 or 13438404. OLE color: 13438404.

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

Color convert

RGB 196 13 205 -
CMYK 0.04 0.94 0 0.20
HSL 297.19º 0.88% 0.43% -
HSV(B) 297.19º 0.94% 0.8% -
XYZ 33.93 16.43 59.14 -
YUV 89.61 193.13 203.89 -
System Red Green Blue C M Y K H S L
Decimal 196 13 205 0.04 0.94 0 0.20 297.19 0.88 0.43
Hex C4 D CD 4 5E 0 14 129 58 2B
Octal 304 15 315 4 136 0 24 451 130 53
Binary 11000100 1101 11001101 100 1011110 0 10100 100101001 1011000 101011

Color Harmonies of #C40DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40DCD

Black with #C40DCD

Text Example


Text Example

White with #C40DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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