Html Css Color HEX #C50EC2 Deep Magenta

📋 copy color: '#C50EC2'

red 197 ◦ green 14 ◦ blue 194

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

Shades of Deep Magenta #C50EC2

Tints of Deep Magenta #C50EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.9%

R = 48.64%
G = 3.46%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C50EC2 (or 0xC50EC2) is known color: Deep Magenta. HEX triplet: C5, 0E and C2. RGB value is (197,14,194). Sum of RGB (Red+Green+Blue) = 197+14+194=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C50EC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50EC2 is #3AF13D. Grayscale: #585858. Windows color (decimal): -3862846 or 12717765. OLE color: 12717765.

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

Color convert

RGB 197 14 194 -
CMYK 0 0.93 0.02 0.23
HSL 300.98º 0.87% 0.41% -
HSV(B) 300.98º 0.93% 0.77% -
XYZ 32.92 16.08 52.41 -
YUV 89.24 187.13 204.86 -
System Red Green Blue C M Y K H S L
Decimal 197 14 194 0 0.93 0.02 0.23 300.98 0.87 0.41
Hex C5 E C2 0 5D 2 17 12D 57 29
Octal 305 16 302 0 135 2 27 455 127 51
Binary 11000101 1110 11000010 0 1011101 10 10111 100101101 1010111 101001

Color Harmonies of #C50EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50EC2

Black with #C50EC2

Text Example


Text Example

White with #C50EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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