Html Css Color HEX #C40ADF Deep Magenta

📋 copy color: '#C40ADF'

red 196 ◦ green 10 ◦ blue 223

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

Shades of Deep Magenta #C40ADF

Tints of Deep Magenta #C40ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.98%

R = 45.69%
G = 2.33%
B = 51.98%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C40ADF (or 0xC40ADF) is known color: Deep Magenta. HEX triplet: C4, 0A and DF. RGB value is (196,10,223). Sum of RGB (Red+Green+Blue) = 196+10+223=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #C40ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40ADF is #3BF520. Grayscale: #595959. Windows color (decimal): -3929377 or 14617284. OLE color: 14617284.

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

Color convert

RGB 196 10 223 -
CMYK 0.12 0.96 0 0.13
HSL 292.39º 0.91% 0.46% -
HSV(B) 292.39º 0.96% 0.87% -
XYZ 36.19 17.28 71.24 -
YUV 89.9 203.12 203.68 -
System Red Green Blue C M Y K H S L
Decimal 196 10 223 0.12 0.96 0 0.13 292.39 0.91 0.46
Hex C4 A DF C 60 0 D 124 5B 2E
Octal 304 12 337 14 140 0 15 444 133 56
Binary 11000100 1010 11011111 1100 1100000 0 1101 100100100 1011011 101110

Color Harmonies of #C40ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40ADF

Black with #C40ADF

Text Example


Text Example

White with #C40ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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