#C123B6

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

Shades of Deep Magenta #C123B6

Tints of Deep Magenta #C123B6

Color information

#C123B6 (or 0xC123B6) is unknown color: approx Deep Magenta. HEX triplet: C1, 23 and B6. RGB value is (193,35,182). Sum of RGB (Red+Green+Blue) = 193+35+182=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C123B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C123B6 is #3EDC49. Grayscale: #626262. Windows color (decimal): -4119626 or 11936705. OLE color: 11936705.

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

Color convert

RGB19335182-
CMYK00.820.060.24
HSL304.18º69.3%44.71%-
HSV(B)304.18º81.87%75.69%-
XYZ31.0415.9245.69-
YUV99174.85195.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.07%
GREEN value IS 35 (14.06% from 255) = 8.54%
BLUE value IS 182 (71.48% from 255) = 44.39%
R=47.07%
G=8.54%
B=44.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933518200.820.060.24304.1869.344.71
HexC123B6052618130452d
Octal30143266012263046010555
Binary110000011000111011011001010010110110001001100001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C123B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C123B6; }

 p { color: rgb(193,35,182); }

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

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

 a { background-color: rgb(193,35,182); }

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

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

 span { border-color: rgb(193,35,182); }

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