Html Css Color HEX #C40ECA Deep Magenta

📋 copy color: '#C40ECA'

red 196 ◦ green 14 ◦ blue 202

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

Shades of Deep Magenta #C40ECA

Tints of Deep Magenta #C40ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.03%

R = 47.57%
G = 3.4%
B = 49.03%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C40ECA (or 0xC40ECA) is known color: Deep Magenta. HEX triplet: C4, 0E and CA. RGB value is (196,14,202). Sum of RGB (Red+Green+Blue) = 196+14+202=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #C40ECA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40ECA is #3BF135. Grayscale: #595959. Windows color (decimal): -3928374 or 13242052. OLE color: 13242052.

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

Color convert

RGB 196 14 202 -
CMYK 0.03 0.93 0 0.21
HSL 298.09º 0.87% 0.42% -
HSV(B) 298.09º 0.93% 0.79% -
XYZ 33.58 16.31 57.26 -
YUV 89.85 191.3 203.71 -
System Red Green Blue C M Y K H S L
Decimal 196 14 202 0.03 0.93 0 0.21 298.09 0.87 0.42
Hex C4 E CA 3 5D 0 15 12A 57 2A
Octal 304 16 312 3 135 0 25 452 127 52
Binary 11000100 1110 11001010 11 1011101 0 10101 100101010 1010111 101010

Color Harmonies of #C40ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40ECA

Black with #C40ECA

Text Example


Text Example

White with #C40ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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