Html Css Color HEX #C50EAC Deep Magenta

📋 copy color: '#C50EAC'

red 197 ◦ green 14 ◦ blue 172

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

Shades of Deep Magenta #C50EAC

Tints of Deep Magenta #C50EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.91%

R = 51.44%
G = 3.66%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C50EAC (or 0xC50EAC) is known color: Deep Magenta. HEX triplet: C5, 0E and AC. RGB value is (197,14,172). Sum of RGB (Red+Green+Blue) = 197+14+172=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C50EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50EAC is #3AF153. Grayscale: #565656. Windows color (decimal): -3862868 or 11275973. OLE color: 11275973.

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

Color convert

RGB 197 14 172 -
CMYK 0 0.93 0.13 0.23
HSL 308.2º 0.87% 0.41% -
HSV(B) 308.2º 0.93% 0.77% -
XYZ 30.63 15.16 40.34 -
YUV 86.73 176.13 206.65 -
System Red Green Blue C M Y K H S L
Decimal 197 14 172 0 0.93 0.13 0.23 308.2 0.87 0.41
Hex C5 E AC 0 5D D 17 134 57 29
Octal 305 16 254 0 135 15 27 464 127 51
Binary 11000101 1110 10101100 0 1011101 1101 10111 100110100 1010111 101001

Color Harmonies of #C50EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50EAC

Black with #C50EAC

Text Example


Text Example

White with #C50EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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