Html Css Color HEX #C50EE0 Deep Magenta

📋 copy color: '#C50EE0'

red 197 ◦ green 14 ◦ blue 224

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

Shades of Deep Magenta #C50EE0

Tints of Deep Magenta #C50EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.49%

R = 45.29%
G = 3.22%
B = 51.49%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C50EE0 (or 0xC50EE0) is known color: Deep Magenta. HEX triplet: C5, 0E and E0. RGB value is (197,14,224). Sum of RGB (Red+Green+Blue) = 197+14+224=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #C50EE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50EE0 is #3AF11F. Grayscale: #5C5C5C. Windows color (decimal): -3862816 or 14683845. OLE color: 14683845.

HSL color Cylindrical-coordinate representation of color #C50EE0: hue angle of 292.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50EE0 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 14 224 -
CMYK 0.12 0.94 0 0.12
HSL 292.29º 0.88% 0.47% -
HSV(B) 292.29º 0.94% 0.88% -
XYZ 36.64 17.57 71.98 -
YUV 92.66 202.13 202.42 -
System Red Green Blue C M Y K H S L
Decimal 197 14 224 0.12 0.94 0 0.12 292.29 0.88 0.47
Hex C5 E E0 C 5E 0 C 124 58 2F
Octal 305 16 340 14 136 0 14 444 130 57
Binary 11000101 1110 11100000 1100 1011110 0 1100 100100100 1011000 101111

Color Harmonies of #C50EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50EE0

Black with #C50EE0

Text Example


Text Example

White with #C50EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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