Html Css Color HEX #C50ECF Deep Magenta

📋 copy color: '#C50ECF'

red 197 ◦ green 14 ◦ blue 207

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

Shades of Deep Magenta #C50ECF

Tints of Deep Magenta #C50ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 47.13%
G = 3.35%
B = 49.52%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C50ECF (or 0xC50ECF) is known color: Deep Magenta. HEX triplet: C5, 0E and CF. RGB value is (197,14,207). Sum of RGB (Red+Green+Blue) = 197+14+207=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #C50ECF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50ECF is #3AF130. Grayscale: #5A5A5A. Windows color (decimal): -3862833 or 13569733. OLE color: 13569733.

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

Color convert

RGB 197 14 207 -
CMYK 0.05 0.93 0 0.19
HSL 296.89º 0.87% 0.43% -
HSV(B) 296.89º 0.93% 0.81% -
XYZ 34.45 16.69 60.44 -
YUV 90.72 193.63 203.81 -
System Red Green Blue C M Y K H S L
Decimal 197 14 207 0.05 0.93 0 0.19 296.89 0.87 0.43
Hex C5 E CF 5 5D 0 13 129 57 2B
Octal 305 16 317 5 135 0 23 451 127 53
Binary 11000101 1110 11001111 101 1011101 0 10011 100101001 1010111 101011

Color Harmonies of #C50ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50ECF

Black with #C50ECF

Text Example


Text Example

White with #C50ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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