Html Css Color HEX #C40ADB Deep Magenta

📋 copy color: '#C40ADB'

red 196 ◦ green 10 ◦ blue 219

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

Shades of Deep Magenta #C40ADB

Tints of Deep Magenta #C40ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.53%

R = 46.12%
G = 2.35%
B = 51.53%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C40ADB (or 0xC40ADB) is known color: Deep Magenta. HEX triplet: C4, 0A and DB. RGB value is (196,10,219). Sum of RGB (Red+Green+Blue) = 196+10+219=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #C40ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40ADB is #3BF524. Grayscale: #585858. Windows color (decimal): -3929381 or 14355140. OLE color: 14355140.

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

Color convert

RGB 196 10 219 -
CMYK 0.11 0.95 0 0.14
HSL 293.4º 0.91% 0.45% -
HSV(B) 293.4º 0.95% 0.86% -
XYZ 35.66 17.07 68.43 -
YUV 89.44 201.12 204.01 -
System Red Green Blue C M Y K H S L
Decimal 196 10 219 0.11 0.95 0 0.14 293.4 0.91 0.45
Hex C4 A DB B 5F 0 E 125 5B 2D
Octal 304 12 333 13 137 0 16 445 133 55
Binary 11000100 1010 11011011 1011 1011111 0 1110 100100101 1011011 101101

Color Harmonies of #C40ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40ADB

Black with #C40ADB

Text Example


Text Example

White with #C40ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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