#C124C7

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

Shades of Deep Magenta #C124C7

Tints of Deep Magenta #C124C7

Color information

#C124C7 (or 0xC124C7) is unknown color: approx Deep Magenta. HEX triplet: C1, 24 and C7. RGB value is (193,36,199). Sum of RGB (Red+Green+Blue) = 193+36+199=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 36 (14.45% from 255 or 8.41% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 199 - color contains mainly: blue. Hex color #C124C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C124C7 is #3EDB38. Grayscale: #656565. Windows color (decimal): -4119353 or 13051073. OLE color: 13051073.

HSL color Cylindrical-coordinate representation of color #C124C7: hue angle of 297.79º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C124C7 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19336199-
CMYK0.030.8200.22
HSL297.79º69.36%46.08%-
HSV(B)297.79º81.91%78.04%-
XYZ32.9316.7255.52-
YUV101.52183.01193.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.09%
GREEN value IS 36 (14.45% from 255) = 8.41%
BLUE value IS 199 (78.12% from 255) = 46.50%
R=45.09%
G=8.41%
B=46.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal193361990.030.8200.22297.7969.3646.08
HexC124C735201612a452e
Octal30144307312202645210556
Binary11000001100100110001111110100100101101001010101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C124C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C124C7; }

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

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

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

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

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

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

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

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