#c423c8

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

Shades of Deep Magenta #C423C8

Tints of Deep Magenta #C423C8

Color information

#C423C8 (or 0xC423C8) is unknown color: approx Deep Magenta. HEX triplet: C4, 23 and C8. RGB value is (196,35,200). Sum of RGB (Red+Green+Blue) = 196+35+200=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 35 (14.06% from 255 or 8.12% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 200 - color contains mainly: blue. Hex color #C423C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C423C8 is #3BDC37. Grayscale: #656565. Windows color (decimal): -3923000 or 13116356. OLE color: 13116356.

HSL color Cylindrical-coordinate representation of color #C423C8: hue angle of 298.55º degrees, saturation: 0.7, 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 #C423C8 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19635200-
CMYK0.020.8200.22
HSL298.55º70.21%46.08%-
HSV(B)298.55º82.5%78.43%-
XYZ33.7917.1156.16-
YUV101.95183.34195.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.48%
GREEN value IS 35 (14.06% from 255) = 8.12%
BLUE value IS 200 (78.52% from 255) = 46.40%
R=45.48%
G=8.12%
B=46.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal196352000.020.8200.22298.5570.2146.08
HexC423C825201612b462e
Octal30443310212202645310656
Binary11000100100011110010001010100100101101001010111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c423c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c423c8; }

 p { color: rgb(196,35,200); }

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

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

 a { background-color: rgb(196,35,200); }

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

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

 span { border-color: rgb(196,35,200); }

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