Html Css Color HEX #C40AD5 Deep Magenta

📋 copy color: '#C40AD5'

red 196 ◦ green 10 ◦ blue 213

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

Shades of Deep Magenta #C40AD5

Tints of Deep Magenta #C40AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.84%

R = 46.78%
G = 2.39%
B = 50.84%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C40AD5 (or 0xC40AD5) is known color: Deep Magenta. HEX triplet: C4, 0A and D5. RGB value is (196,10,213). Sum of RGB (Red+Green+Blue) = 196+10+213=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 10 (4.30% from 255 or 2.39% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #C40AD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40AD5 is #3BF52A. Grayscale: #585858. Windows color (decimal): -3929387 or 13961924. OLE color: 13961924.

HSL color Cylindrical-coordinate representation of color #C40AD5: hue angle of 294.98º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40AD5 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 10 213 -
CMYK 0.08 0.95 0 0.16
HSL 294.98º 0.91% 0.44% -
HSV(B) 294.98º 0.95% 0.84% -
XYZ 34.88 16.76 64.35 -
YUV 88.76 198.12 204.49 -
System Red Green Blue C M Y K H S L
Decimal 196 10 213 0.08 0.95 0 0.16 294.98 0.91 0.44
Hex C4 A D5 8 5F 0 10 127 5B 2C
Octal 304 12 325 10 137 0 20 447 133 54
Binary 11000100 1010 11010101 1000 1011111 0 10000 100100111 1011011 101100

Color Harmonies of #C40AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40AD5

Black with #C40AD5

Text Example


Text Example

White with #C40AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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