Html Css Color HEX #C50ED0 Deep Magenta

📋 copy color: '#C50ED0'

red 197 ◦ green 14 ◦ blue 208

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

Shades of Deep Magenta #C50ED0

Tints of Deep Magenta #C50ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.64%

R = 47.02%
G = 3.34%
B = 49.64%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C50ED0 (or 0xC50ED0) is known color: Deep Magenta. HEX triplet: C5, 0E and D0. RGB value is (197,14,208). Sum of RGB (Red+Green+Blue) = 197+14+208=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #C50ED0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50ED0 is #3AF12F. Grayscale: #5A5A5A. Windows color (decimal): -3862832 or 13635269. OLE color: 13635269.

HSL color Cylindrical-coordinate representation of color #C50ED0: hue angle of 296.6º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50ED0 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 14 208 -
CMYK 0.05 0.93 0 0.18
HSL 296.6º 0.87% 0.44% -
HSV(B) 296.6º 0.93% 0.82% -
XYZ 34.57 16.74 61.08 -
YUV 90.83 194.13 203.73 -
System Red Green Blue C M Y K H S L
Decimal 197 14 208 0.05 0.93 0 0.18 296.6 0.87 0.44
Hex C5 E D0 5 5D 0 12 129 57 2C
Octal 305 16 320 5 135 0 22 451 127 54
Binary 11000101 1110 11010000 101 1011101 0 10010 100101001 1010111 101100

Color Harmonies of #C50ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50ED0

Black with #C50ED0

Text Example


Text Example

White with #C50ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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