Html Css Color HEX #C50ABB Deep Magenta

📋 copy color: '#C50ABB'

red 197 ◦ green 10 ◦ blue 187

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

Shades of Deep Magenta #C50ABB

Tints of Deep Magenta #C50ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 50%
G = 2.54%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C50ABB (or 0xC50ABB) is known color: Deep Magenta. HEX triplet: C5, 0A and BB. RGB value is (197,10,187). Sum of RGB (Red+Green+Blue) = 197+10+187=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 10 (4.30% from 255 or 2.54% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C50ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50ABB is #3AF544. Grayscale: #555555. Windows color (decimal): -3863877 or 12257989. OLE color: 12257989.

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

Color convert

RGB 197 10 187 -
CMYK 0 0.95 0.05 0.23
HSL 303.21º 0.9% 0.41% -
HSV(B) 303.21º 0.95% 0.77% -
XYZ 32.1 15.68 48.35 -
YUV 86.09 184.95 207.11 -
System Red Green Blue C M Y K H S L
Decimal 197 10 187 0 0.95 0.05 0.23 303.21 0.9 0.41
Hex C5 A BB 0 5F 5 17 12F 5A 29
Octal 305 12 273 0 137 5 27 457 132 51
Binary 11000101 1010 10111011 0 1011111 101 10111 100101111 1011010 101001

Color Harmonies of #C50ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50ABB

Black with #C50ABB

Text Example


Text Example

White with #C50ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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