Html Css Color HEX #C50FCE Deep Magenta

📋 copy color: '#C50FCE'

red 197 ◦ green 15 ◦ blue 206

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

Shades of Deep Magenta #C50FCE

Tints of Deep Magenta #C50FCE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.59%

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 47.13%
G = 3.59%
B = 49.28%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C50FCE (or 0xC50FCE) is known color: Deep Magenta. HEX triplet: C5, 0F and CE. RGB value is (197,15,206). Sum of RGB (Red+Green+Blue) = 197+15+206=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #C50FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50FCE is #3AF031. Grayscale: #5A5A5A. Windows color (decimal): -3862578 or 13504453. OLE color: 13504453.

HSL color Cylindrical-coordinate representation of color #C50FCE: hue angle of 297.17º degrees, saturation: 0.86, 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 #C50FCE is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 15 206 -
CMYK 0.04 0.93 0 0.19
HSL 297.17º 0.86% 0.43% -
HSV(B) 297.17º 0.93% 0.81% -
XYZ 34.34 16.67 59.8 -
YUV 91.19 192.8 203.47 -
System Red Green Blue C M Y K H S L
Decimal 197 15 206 0.04 0.93 0 0.19 297.17 0.86 0.43
Hex C5 F CE 4 5D 0 13 129 56 2B
Octal 305 17 316 4 135 0 23 451 126 53
Binary 11000101 1111 11001110 100 1011101 0 10011 100101001 1010110 101011

Color Harmonies of #C50FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50FCE

Black with #C50FCE

Text Example


Text Example

White with #C50FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50FCE; }

 p { color: rgb(197,15,206); }

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

background-color css

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

 a { background-color: rgb(197,15,206); }

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

border-color css

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

 span { border-color: rgb(197,15,206); }

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