Html Css Color HEX #C50BBA Deep Magenta

📋 copy color: '#C50BBA'

red 197 ◦ green 11 ◦ blue 186

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

Shades of Deep Magenta #C50BBA

Tints of Deep Magenta #C50BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.21%

R = 50%
G = 2.79%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C50BBA (or 0xC50BBA) is known color: Deep Magenta. HEX triplet: C5, 0B and BA. RGB value is (197,11,186). Sum of RGB (Red+Green+Blue) = 197+11+186=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C50BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50BBA is #3AF445. Grayscale: #565656. Windows color (decimal): -3863622 or 12192709. OLE color: 12192709.

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

Color convert

RGB 197 11 186 -
CMYK 0 0.94 0.06 0.23
HSL 303.55º 0.89% 0.41% -
HSV(B) 303.55º 0.94% 0.77% -
XYZ 32.01 15.65 47.79 -
YUV 86.56 184.12 206.77 -
System Red Green Blue C M Y K H S L
Decimal 197 11 186 0 0.94 0.06 0.23 303.55 0.89 0.41
Hex C5 B BA 0 5E 6 17 130 59 29
Octal 305 13 272 0 136 6 27 460 131 51
Binary 11000101 1011 10111010 0 1011110 110 10111 100110000 1011001 101001

Color Harmonies of #C50BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50BBA

Black with #C50BBA

Text Example


Text Example

White with #C50BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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