Html Css Color HEX #C50BAF Deep Magenta

📋 copy color: '#C50BAF'

red 197 ◦ green 11 ◦ blue 175

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

Shades of Deep Magenta #C50BAF

Tints of Deep Magenta #C50BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.69%

R = 51.44%
G = 2.87%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C50BAF (or 0xC50BAF) is known color: Deep Magenta. HEX triplet: C5, 0B and AF. RGB value is (197,11,175). Sum of RGB (Red+Green+Blue) = 197+11+175=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C50BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50BAF is #3AF450. Grayscale: #545454. Windows color (decimal): -3863633 or 11471813. OLE color: 11471813.

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

Color convert

RGB 197 11 175 -
CMYK 0 0.94 0.11 0.23
HSL 307.1º 0.89% 0.41% -
HSV(B) 307.1º 0.94% 0.77% -
XYZ 30.88 15.2 41.86 -
YUV 85.31 178.62 207.66 -
System Red Green Blue C M Y K H S L
Decimal 197 11 175 0 0.94 0.11 0.23 307.1 0.89 0.41
Hex C5 B AF 0 5E B 17 133 59 29
Octal 305 13 257 0 136 13 27 463 131 51
Binary 11000101 1011 10101111 0 1011110 1011 10111 100110011 1011001 101001

Color Harmonies of #C50BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50BAF

Black with #C50BAF

Text Example


Text Example

White with #C50BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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