Html Css Color HEX #C40ADD Deep Magenta

📋 copy color: '#C40ADD'

red 196 ◦ green 10 ◦ blue 221

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

Shades of Deep Magenta #C40ADD

Tints of Deep Magenta #C40ADD

RGB

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

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

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

R = 45.9%
G = 2.34%
B = 51.76%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C40ADD (or 0xC40ADD) is known color: Deep Magenta. HEX triplet: C4, 0A and DD. RGB value is (196,10,221). Sum of RGB (Red+Green+Blue) = 196+10+221=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #C40ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40ADD is #3BF522. Grayscale: #595959. Windows color (decimal): -3929379 or 14486212. OLE color: 14486212.

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

Color convert

RGB 196 10 221 -
CMYK 0.11 0.95 0 0.13
HSL 292.89º 0.91% 0.45% -
HSV(B) 292.89º 0.95% 0.87% -
XYZ 35.92 17.17 69.83 -
YUV 89.67 202.12 203.84 -
System Red Green Blue C M Y K H S L
Decimal 196 10 221 0.11 0.95 0 0.13 292.89 0.91 0.45
Hex C4 A DD B 5F 0 D 125 5B 2D
Octal 304 12 335 13 137 0 15 445 133 55
Binary 11000100 1010 11011101 1011 1011111 0 1101 100100101 1011011 101101

Color Harmonies of #C40ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40ADD

Black with #C40ADD

Text Example


Text Example

White with #C40ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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