#C124AF

Color #C124AF Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C124AF

Tints of Deep Magenta #C124AF

Color information

#C124AF (or 0xC124AF) is unknown color: approx Deep Magenta. HEX triplet: C1, 24 and AF. RGB value is (193,36,175). Sum of RGB (Red+Green+Blue) = 193+36+175=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C124AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C124AF is #3EDB50. Grayscale: #626262. Windows color (decimal): -4119377 or 11478209. OLE color: 11478209.

HSL color Cylindrical-coordinate representation of color #C124AF: hue angle of 306.88º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C124AF is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB19336175-
CMYK00.810.090.24
HSL306.88º68.56%44.9%-
HSV(B)306.88º81.35%75.69%-
XYZ30.3615.6941.99-
YUV98.79171.01195.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.77%
GREEN value IS 36 (14.45% from 255) = 8.91%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=47.77%
G=8.91%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933617500.810.090.24306.8868.5644.9
HexC124AF051918133452d
Octal301442570121113046310555
Binary1100000110010010101111010100011001110001001100111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C124AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C124AF; }

 p { color: rgb(193,36,175); }

 H1.HeaderClassName
 {
   color: #C124AF;
 }
 .AnyTagClassName
 {
   color: #C124AF;
 }
</style>
background-color css

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

 a { background-color: rgb(193,36,175); }

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

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

 span { border-color: rgb(193,36,175); }

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