Html Css Color HEX #C40ABD Deep Magenta

📋 copy color: '#C40ABD'

red 196 ◦ green 10 ◦ blue 189

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

Shades of Deep Magenta #C40ABD

Tints of Deep Magenta #C40ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 49.62%
G = 2.53%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C40ABD (or 0xC40ABD) is known color: Deep Magenta. HEX triplet: C4, 0A and BD. RGB value is (196,10,189). Sum of RGB (Red+Green+Blue) = 196+10+189=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C40ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40ABD is #3BF542. Grayscale: #555555. Windows color (decimal): -3929411 or 12389060. OLE color: 12389060.

HSL color Cylindrical-coordinate representation of color #C40ABD: hue angle of 302.26º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40ABD is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 10 189 -
CMYK 0 0.95 0.04 0.23
HSL 302.26º 0.9% 0.4% -
HSV(B) 302.26º 0.95% 0.77% -
XYZ 32.06 15.63 49.47 -
YUV 86.02 186.12 206.45 -
System Red Green Blue C M Y K H S L
Decimal 196 10 189 0 0.95 0.04 0.23 302.26 0.9 0.4
Hex C4 A BD 0 5F 4 17 12E 5A 28
Octal 304 12 275 0 137 4 27 456 132 50
Binary 11000100 1010 10111101 0 1011111 100 10111 100101110 1011010 101000

Color Harmonies of #C40ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40ABD

Black with #C40ABD

Text Example


Text Example

White with #C40ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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