Html Css Color HEX #C50CAC Deep Magenta

📋 copy color: '#C50CAC'

red 197 ◦ green 12 ◦ blue 172

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

Shades of Deep Magenta #C50CAC

Tints of Deep Magenta #C50CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.15%

 BLUE value IS 172 (67.58% from 255) = 45.14%

R = 51.71%
G = 3.15%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C50CAC (or 0xC50CAC) is known color: Deep Magenta. HEX triplet: C5, 0C and AC. RGB value is (197,12,172). Sum of RGB (Red+Green+Blue) = 197+12+172=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C50CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50CAC is #3AF353. Grayscale: #555555. Windows color (decimal): -3863380 or 11275461. OLE color: 11275461.

HSL color Cylindrical-coordinate representation of color #C50CAC: hue angle of 308.11º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50CAC is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 12 172 -
CMYK 0 0.94 0.13 0.23
HSL 308.11º 0.89% 0.41% -
HSV(B) 308.11º 0.94% 0.77% -
XYZ 30.6 15.11 40.33 -
YUV 85.56 176.79 207.49 -
System Red Green Blue C M Y K H S L
Decimal 197 12 172 0 0.94 0.13 0.23 308.11 0.89 0.41
Hex C5 C AC 0 5E D 17 134 59 29
Octal 305 14 254 0 136 15 27 464 131 51
Binary 11000101 1100 10101100 0 1011110 1101 10111 100110100 1011001 101001

Color Harmonies of #C50CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50CAC

Black with #C50CAC

Text Example


Text Example

White with #C50CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50CAC; }

 p { color: rgb(197,12,172); }

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

background-color css

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

 a { background-color: rgb(197,12,172); }

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

border-color css

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

 span { border-color: rgb(197,12,172); }

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