Html Css Color HEX #C50ABA Deep Magenta

📋 copy color: '#C50ABA'

red 197 ◦ green 10 ◦ blue 186

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

Shades of Deep Magenta #C50ABA

Tints of Deep Magenta #C50ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.54%

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

R = 50.13%
G = 2.54%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C50ABA (or 0xC50ABA) is known color: Deep Magenta. HEX triplet: C5, 0A and BA. RGB value is (197,10,186). Sum of RGB (Red+Green+Blue) = 197+10+186=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C50ABA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50ABA is #3AF545. Grayscale: #555555. Windows color (decimal): -3863878 or 12192453. OLE color: 12192453.

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

Color convert

RGB 197 10 186 -
CMYK 0 0.95 0.06 0.23
HSL 303.53º 0.9% 0.41% -
HSV(B) 303.53º 0.95% 0.77% -
XYZ 32 15.63 47.79 -
YUV 85.98 184.45 207.19 -
System Red Green Blue C M Y K H S L
Decimal 197 10 186 0 0.95 0.06 0.23 303.53 0.9 0.41
Hex C5 A BA 0 5F 6 17 130 5A 29
Octal 305 12 272 0 137 6 27 460 132 51
Binary 11000101 1010 10111010 0 1011111 110 10111 100110000 1011010 101001

Color Harmonies of #C50ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50ABA

Black with #C50ABA

Text Example


Text Example

White with #C50ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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