#C121B4

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

Shades of Deep Magenta #C121B4

Tints of Deep Magenta #C121B4

Color information

#C121B4 (or 0xC121B4) is unknown color: approx Deep Magenta. HEX triplet: C1, 21 and B4. RGB value is (193,33,180). Sum of RGB (Red+Green+Blue) = 193+33+180=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C121B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C121B4 is #3EDE4B. Grayscale: #616161. Windows color (decimal): -4120140 or 11805121. OLE color: 11805121.

HSL color Cylindrical-coordinate representation of color #C121B4: hue angle of 304.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C121B4 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB19333180-
CMYK00.830.070.24
HSL304.88º70.8%44.31%-
HSV(B)304.88º82.9%75.69%-
XYZ30.7715.7244.59-
YUV97.6174.51196.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.54%
GREEN value IS 33 (13.28% from 255) = 8.13%
BLUE value IS 180 (70.70% from 255) = 44.33%
R=47.54%
G=8.13%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933318000.830.070.24304.8870.844.31
HexC121B4053718131472c
Octal30141264012373046110754
Binary110000011000011011010001010011111110001001100011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C121B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C121B4; }

 p { color: rgb(193,33,180); }

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

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

 a { background-color: rgb(193,33,180); }

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

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

 span { border-color: rgb(193,33,180); }

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