#C124B8

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

Shades of Deep Magenta #C124B8

Tints of Deep Magenta #C124B8

Color information

#C124B8 (or 0xC124B8) is unknown color: approx Deep Magenta. HEX triplet: C1, 24 and B8. RGB value is (193,36,184). Sum of RGB (Red+Green+Blue) = 193+36+184=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 184 (72.27% from 255 or 44.55% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C124B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C124B8 is #3EDB47. Grayscale: #636363. Windows color (decimal): -4119368 or 12068033. OLE color: 12068033.

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

Color convert

RGB19336184-
CMYK00.810.050.24
HSL303.44º68.56%44.9%-
HSV(B)303.44º81.35%75.69%-
XYZ31.2716.0646.8-
YUV99.82175.51194.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.73%
GREEN value IS 36 (14.45% from 255) = 8.72%
BLUE value IS 184 (72.27% from 255) = 44.55%
R=46.73%
G=8.72%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933618400.810.050.24303.4468.5644.9
HexC124B805151812f452d
Octal30144270012153045710555
Binary110000011001001011100001010001101110001001011111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C124B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C124B8; }

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

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

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

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

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

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

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

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