Html Css Color HEX #C40ADE Deep Magenta

📋 copy color: '#C40ADE'

red 196 ◦ green 10 ◦ blue 222

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

Shades of Deep Magenta #C40ADE

Tints of Deep Magenta #C40ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.87%

R = 45.79%
G = 2.34%
B = 51.87%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C40ADE (or 0xC40ADE) is known color: Deep Magenta. HEX triplet: C4, 0A and DE. RGB value is (196,10,222). Sum of RGB (Red+Green+Blue) = 196+10+222=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #C40ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40ADE is #3BF521. Grayscale: #595959. Windows color (decimal): -3929378 or 14551748. OLE color: 14551748.

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

Color convert

RGB 196 10 222 -
CMYK 0.12 0.95 0 0.13
HSL 292.64º 0.91% 0.45% -
HSV(B) 292.64º 0.95% 0.87% -
XYZ 36.06 17.23 70.53 -
YUV 89.78 202.62 203.76 -
System Red Green Blue C M Y K H S L
Decimal 196 10 222 0.12 0.95 0 0.13 292.64 0.91 0.45
Hex C4 A DE C 5F 0 D 125 5B 2D
Octal 304 12 336 14 137 0 15 445 133 55
Binary 11000100 1010 11011110 1100 1011111 0 1101 100100101 1011011 101101

Color Harmonies of #C40ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40ADE

Black with #C40ADE

Text Example


Text Example

White with #C40ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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