Html Css Color HEX #C50BAC Deep Magenta

📋 copy color: '#C50BAC'

red 197 ◦ green 11 ◦ blue 172

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

Shades of Deep Magenta #C50BAC

Tints of Deep Magenta #C50BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.89%

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

R = 51.84%
G = 2.89%
B = 45.26%

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

#C50BAC (or 0xC50BAC) is known color: Deep Magenta. HEX triplet: C5, 0B and AC. RGB value is (197,11,172). Sum of RGB (Red+Green+Blue) = 197+11+172=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C50BAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50BAC is #3AF453. Grayscale: #545454. Windows color (decimal): -3863636 or 11275205. OLE color: 11275205.

HSL color Cylindrical-coordinate representation of color #C50BAC: hue angle of 308.06º 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 #C50BAC is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 11 172 -
CMYK 0 0.94 0.13 0.23
HSL 308.06º 0.89% 0.41% -
HSV(B) 308.06º 0.94% 0.77% -
XYZ 30.59 15.09 40.33 -
YUV 84.97 177.12 207.91 -
System Red Green Blue C M Y K H S L
Decimal 197 11 172 0 0.94 0.13 0.23 308.06 0.89 0.41
Hex C5 B AC 0 5E D 17 134 59 29
Octal 305 13 254 0 136 15 27 464 131 51
Binary 11000101 1011 10101100 0 1011110 1101 10111 100110100 1011001 101001

Color Harmonies of #C50BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50BAC

Black with #C50BAC

Text Example


Text Example

White with #C50BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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