Html Css Color HEX #C40ACD Deep Magenta

📋 copy color: '#C40ACD'

red 196 ◦ green 10 ◦ blue 205

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

Shades of Deep Magenta #C40ACD

Tints of Deep Magenta #C40ACD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.43%

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

R = 47.69%
G = 2.43%
B = 49.88%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C40ACD (or 0xC40ACD) is known color: Deep Magenta. HEX triplet: C4, 0A and CD. RGB value is (196,10,205). Sum of RGB (Red+Green+Blue) = 196+10+205=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #C40ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40ACD is #3BF532. Grayscale: #575757. Windows color (decimal): -3929395 or 13437636. OLE color: 13437636.

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

Color convert

RGB 196 10 205 -
CMYK 0.04 0.95 0 0.20
HSL 297.23º 0.91% 0.42% -
HSV(B) 297.23º 0.95% 0.8% -
XYZ 33.89 16.36 59.13 -
YUV 87.84 194.12 205.14 -
System Red Green Blue C M Y K H S L
Decimal 196 10 205 0.04 0.95 0 0.20 297.23 0.91 0.42
Hex C4 A CD 4 5F 0 14 129 5B 2A
Octal 304 12 315 4 137 0 24 451 133 52
Binary 11000100 1010 11001101 100 1011111 0 10100 100101001 1011011 101010

Color Harmonies of #C40ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40ACD

Black with #C40ACD

Text Example


Text Example

White with #C40ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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