Html Css Color HEX #C40EBC Deep Magenta

📋 copy color: '#C40EBC'

red 196 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #C40EBC

Tints of Deep Magenta #C40EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.52%

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 49.25%
G = 3.52%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C40EBC (or 0xC40EBC) is known color: Deep Magenta. HEX triplet: C4, 0E and BC. RGB value is (196,14,188). Sum of RGB (Red+Green+Blue) = 196+14+188=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C40EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40EBC is #3BF143. Grayscale: #575757. Windows color (decimal): -3928388 or 12324548. OLE color: 12324548.

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

Color convert

RGB 196 14 188 -
CMYK 0 0.93 0.04 0.23
HSL 302.64º 0.87% 0.41% -
HSV(B) 302.64º 0.93% 0.77% -
XYZ 32 15.68 48.92 -
YUV 88.25 184.3 204.85 -
System Red Green Blue C M Y K H S L
Decimal 196 14 188 0 0.93 0.04 0.23 302.64 0.87 0.41
Hex C4 E BC 0 5D 4 17 12F 57 29
Octal 304 16 274 0 135 4 27 457 127 51
Binary 11000100 1110 10111100 0 1011101 100 10111 100101111 1010111 101001

Color Harmonies of #C40EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40EBC

Black with #C40EBC

Text Example


Text Example

White with #C40EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40EBC; }

 p { color: rgb(196,14,188); }

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

background-color css

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

 a { background-color: rgb(196,14,188); }

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

border-color css

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

 span { border-color: rgb(196,14,188); }

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