Html Css Color HEX #C50EB9 Deep Magenta

📋 copy color: '#C50EB9'

red 197 ◦ green 14 ◦ blue 185

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

Shades of Deep Magenta #C50EB9

Tints of Deep Magenta #C50EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.72%

R = 49.75%
G = 3.54%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C50EB9 (or 0xC50EB9) is known color: Deep Magenta. HEX triplet: C5, 0E and B9. RGB value is (197,14,185). Sum of RGB (Red+Green+Blue) = 197+14+185=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C50EB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50EB9 is #3AF146. Grayscale: #575757. Windows color (decimal): -3862855 or 12127941. OLE color: 12127941.

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

Color convert

RGB 197 14 185 -
CMYK 0 0.93 0.06 0.23
HSL 303.93º 0.87% 0.41% -
HSV(B) 303.93º 0.93% 0.77% -
XYZ 31.94 15.69 47.24 -
YUV 88.21 182.63 205.6 -
System Red Green Blue C M Y K H S L
Decimal 197 14 185 0 0.93 0.06 0.23 303.93 0.87 0.41
Hex C5 E B9 0 5D 6 17 130 57 29
Octal 305 16 271 0 135 6 27 460 127 51
Binary 11000101 1110 10111001 0 1011101 110 10111 100110000 1010111 101001

Color Harmonies of #C50EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50EB9

Black with #C50EB9

Text Example


Text Example

White with #C50EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50EB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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