Html Css Color HEX #C50ABC Deep Magenta

📋 copy color: '#C50ABC'

red 197 ◦ green 10 ◦ blue 188

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

Shades of Deep Magenta #C50ABC

Tints of Deep Magenta #C50ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 49.87%
G = 2.53%
B = 47.59%

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

#C50ABC (or 0xC50ABC) is known color: Deep Magenta. HEX triplet: C5, 0A and BC. RGB value is (197,10,188). Sum of RGB (Red+Green+Blue) = 197+10+188=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C50ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50ABC is #3AF543. Grayscale: #555555. Windows color (decimal): -3863876 or 12323525. OLE color: 12323525.

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

Color convert

RGB 197 10 188 -
CMYK 0 0.95 0.05 0.23
HSL 302.89º 0.9% 0.41% -
HSV(B) 302.89º 0.95% 0.77% -
XYZ 32.21 15.72 48.91 -
YUV 86.21 185.45 207.03 -
System Red Green Blue C M Y K H S L
Decimal 197 10 188 0 0.95 0.05 0.23 302.89 0.9 0.41
Hex C5 A BC 0 5F 5 17 12F 5A 29
Octal 305 12 274 0 137 5 27 457 132 51
Binary 11000101 1010 10111100 0 1011111 101 10111 100101111 1011010 101001

Color Harmonies of #C50ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50ABC

Black with #C50ABC

Text Example


Text Example

White with #C50ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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