Html Css Color HEX #C50BAE Deep Magenta

📋 copy color: '#C50BAE'

red 197 ◦ green 11 ◦ blue 174

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

Shades of Deep Magenta #C50BAE

Tints of Deep Magenta #C50BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.55%

R = 51.57%
G = 2.88%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C50BAE (or 0xC50BAE) is known color: Deep Magenta. HEX triplet: C5, 0B and AE. RGB value is (197,11,174). Sum of RGB (Red+Green+Blue) = 197+11+174=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C50BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50BAE is #3AF451. Grayscale: #545454. Windows color (decimal): -3863634 or 11406277. OLE color: 11406277.

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

Color convert

RGB 197 11 174 -
CMYK 0 0.94 0.12 0.23
HSL 307.42º 0.89% 0.41% -
HSV(B) 307.42º 0.94% 0.77% -
XYZ 30.79 15.17 41.35 -
YUV 85.2 178.12 207.75 -
System Red Green Blue C M Y K H S L
Decimal 197 11 174 0 0.94 0.12 0.23 307.42 0.89 0.41
Hex C5 B AE 0 5E C 17 133 59 29
Octal 305 13 256 0 136 14 27 463 131 51
Binary 11000101 1011 10101110 0 1011110 1100 10111 100110011 1011001 101001

Color Harmonies of #C50BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50BAE

Black with #C50BAE

Text Example


Text Example

White with #C50BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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