Html Css Color HEX #C40ECB Deep Magenta

📋 copy color: '#C40ECB'

red 196 ◦ green 14 ◦ blue 203

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

Shades of Deep Magenta #C40ECB

Tints of Deep Magenta #C40ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.15%

R = 47.46%
G = 3.39%
B = 49.15%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C40ECB (or 0xC40ECB) is known color: Deep Magenta. HEX triplet: C4, 0E and CB. RGB value is (196,14,203). Sum of RGB (Red+Green+Blue) = 196+14+203=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #C40ECB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40ECB is #3BF134. Grayscale: #595959. Windows color (decimal): -3928373 or 13307588. OLE color: 13307588.

HSL color Cylindrical-coordinate representation of color #C40ECB: hue angle of 297.78º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40ECB is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 14 203 -
CMYK 0.03 0.93 0 0.20
HSL 297.78º 0.87% 0.43% -
HSV(B) 297.78º 0.93% 0.8% -
XYZ 33.7 16.36 57.88 -
YUV 89.96 191.8 203.63 -
System Red Green Blue C M Y K H S L
Decimal 196 14 203 0.03 0.93 0 0.20 297.78 0.87 0.43
Hex C4 E CB 3 5D 0 14 12A 57 2B
Octal 304 16 313 3 135 0 24 452 127 53
Binary 11000100 1110 11001011 11 1011101 0 10100 100101010 1010111 101011

Color Harmonies of #C40ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40ECB

Black with #C40ECB

Text Example


Text Example

White with #C40ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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