Html Css Color HEX #C50ECA Deep Magenta

📋 copy color: '#C50ECA'

red 197 ◦ green 14 ◦ blue 202

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

Shades of Deep Magenta #C50ECA

Tints of Deep Magenta #C50ECA

RGB

 RED value IS 197 (77.34% from 255) = 47.7%

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

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

R = 47.7%
G = 3.39%
B = 48.91%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C50ECA (or 0xC50ECA) is known color: Deep Magenta. HEX triplet: C5, 0E and CA. RGB value is (197,14,202). Sum of RGB (Red+Green+Blue) = 197+14+202=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #C50ECA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50ECA is #3AF135. Grayscale: #595959. Windows color (decimal): -3862838 or 13242053. OLE color: 13242053.

HSL color Cylindrical-coordinate representation of color #C50ECA: hue angle of 298.4º 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 #C50ECA is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 14 202 -
CMYK 0.02 0.93 0 0.21
HSL 298.4º 0.87% 0.42% -
HSV(B) 298.4º 0.93% 0.79% -
XYZ 33.84 16.45 57.27 -
YUV 90.15 191.13 204.21 -
System Red Green Blue C M Y K H S L
Decimal 197 14 202 0.02 0.93 0 0.21 298.4 0.87 0.42
Hex C5 E CA 2 5D 0 15 12A 57 2A
Octal 305 16 312 2 135 0 25 452 127 52
Binary 11000101 1110 11001010 10 1011101 0 10101 100101010 1010111 101010

Color Harmonies of #C50ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50ECA

Black with #C50ECA

Text Example


Text Example

White with #C50ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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