Html Css Color HEX #C50ABD Deep Magenta

📋 copy color: '#C50ABD'

red 197 ◦ green 10 ◦ blue 189

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

Shades of Deep Magenta #C50ABD

Tints of Deep Magenta #C50ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 49.75%
G = 2.53%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C50ABD (or 0xC50ABD) is known color: Deep Magenta. HEX triplet: C5, 0A and BD. RGB value is (197,10,189). Sum of RGB (Red+Green+Blue) = 197+10+189=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C50ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50ABD is #3AF542. Grayscale: #555555. Windows color (decimal): -3863875 or 12389061. OLE color: 12389061.

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

Color convert

RGB 197 10 189 -
CMYK 0 0.95 0.04 0.23
HSL 302.57º 0.9% 0.41% -
HSV(B) 302.57º 0.95% 0.77% -
XYZ 32.32 15.76 49.48 -
YUV 86.32 185.95 206.95 -
System Red Green Blue C M Y K H S L
Decimal 197 10 189 0 0.95 0.04 0.23 302.57 0.9 0.41
Hex C5 A BD 0 5F 4 17 12F 5A 29
Octal 305 12 275 0 137 4 27 457 132 51
Binary 11000101 1010 10111101 0 1011111 100 10111 100101111 1011010 101001

Color Harmonies of #C50ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50ABD

Black with #C50ABD

Text Example


Text Example

White with #C50ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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