Html Css Color HEX #C40AD7 Deep Magenta

📋 copy color: '#C40AD7'

red 196 ◦ green 10 ◦ blue 215

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

Shades of Deep Magenta #C40AD7

Tints of Deep Magenta #C40AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.07%

R = 46.56%
G = 2.38%
B = 51.07%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C40AD7 (or 0xC40AD7) is known color: Deep Magenta. HEX triplet: C4, 0A and D7. RGB value is (196,10,215). Sum of RGB (Red+Green+Blue) = 196+10+215=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 215 (84.38% from 255 or 51.07% from 421); Max value from RGB is 215 - color contains mainly: blue. Hex color #C40AD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40AD7 is #3BF528. Grayscale: #585858. Windows color (decimal): -3929385 or 14092996. OLE color: 14092996.

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

Color convert

RGB 196 10 215 -
CMYK 0.09 0.95 0 0.16
HSL 294.44º 0.91% 0.44% -
HSV(B) 294.44º 0.95% 0.84% -
XYZ 35.14 16.86 65.69 -
YUV 88.98 199.12 204.33 -
System Red Green Blue C M Y K H S L
Decimal 196 10 215 0.09 0.95 0 0.16 294.44 0.91 0.44
Hex C4 A D7 9 5F 0 10 126 5B 2C
Octal 304 12 327 11 137 0 20 446 133 54
Binary 11000100 1010 11010111 1001 1011111 0 10000 100100110 1011011 101100

Color Harmonies of #C40AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40AD7

Black with #C40AD7

Text Example


Text Example

White with #C40AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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