Html Css Color HEX #C40CDB Deep Magenta

📋 copy color: '#C40CDB'

red 196 ◦ green 12 ◦ blue 219

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

Shades of Deep Magenta #C40CDB

Tints of Deep Magenta #C40CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.81%

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

R = 45.9%
G = 2.81%
B = 51.29%

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

#C40CDB (or 0xC40CDB) is known color: Deep Magenta. HEX triplet: C4, 0C and DB. RGB value is (196,12,219). Sum of RGB (Red+Green+Blue) = 196+12+219=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #C40CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40CDB is #3BF324. Grayscale: #595959. Windows color (decimal): -3928869 or 14355652. OLE color: 14355652.

HSL color Cylindrical-coordinate representation of color #C40CDB: hue angle of 293.33º degrees, saturation: 0.9, 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 #C40CDB is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 12 219 -
CMYK 0.11 0.95 0 0.14
HSL 293.33º 0.9% 0.45% -
HSV(B) 293.33º 0.95% 0.86% -
XYZ 35.68 17.11 68.44 -
YUV 90.61 200.46 203.17 -
System Red Green Blue C M Y K H S L
Decimal 196 12 219 0.11 0.95 0 0.14 293.33 0.9 0.45
Hex C4 C DB B 5F 0 E 125 5A 2D
Octal 304 14 333 13 137 0 16 445 132 55
Binary 11000100 1100 11011011 1011 1011111 0 1110 100100101 1011010 101101

Color Harmonies of #C40CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40CDB

Black with #C40CDB

Text Example


Text Example

White with #C40CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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