Html Css Color HEX #C50ACE Deep Magenta

📋 copy color: '#C50ACE'

red 197 ◦ green 10 ◦ blue 206

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

Shades of Deep Magenta #C50ACE

Tints of Deep Magenta #C50ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.42%

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

R = 47.7%
G = 2.42%
B = 49.88%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C50ACE (or 0xC50ACE) is known color: Deep Magenta. HEX triplet: C5, 0A and CE. RGB value is (197,10,206). Sum of RGB (Red+Green+Blue) = 197+10+206=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #C50ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50ACE is #3AF531. Grayscale: #575757. Windows color (decimal): -3863858 or 13503173. OLE color: 13503173.

HSL color Cylindrical-coordinate representation of color #C50ACE: hue angle of 297.24º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50ACE is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 10 206 -
CMYK 0.04 0.95 0 0.19
HSL 297.24º 0.91% 0.42% -
HSV(B) 297.24º 0.95% 0.81% -
XYZ 34.28 16.54 59.78 -
YUV 88.26 194.45 205.56 -
System Red Green Blue C M Y K H S L
Decimal 197 10 206 0.04 0.95 0 0.19 297.24 0.91 0.42
Hex C5 A CE 4 5F 0 13 129 5B 2A
Octal 305 12 316 4 137 0 23 451 133 52
Binary 11000101 1010 11001110 100 1011111 0 10011 100101001 1011011 101010

Color Harmonies of #C50ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50ACE

Black with #C50ACE

Text Example


Text Example

White with #C50ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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