#C428C3

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

Shades of Deep Magenta #C428C3

Tints of Deep Magenta #C428C3

Color information

#C428C3 (or 0xC428C3) is unknown color: approx Deep Magenta. HEX triplet: C4, 28 and C3. RGB value is (196,40,195). Sum of RGB (Red+Green+Blue) = 196+40+195=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 195 (76.56% from 255 or 45.24% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C428C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C428C3 is #3BD73C. Grayscale: #676767. Windows color (decimal): -3921725 or 12789956. OLE color: 12789956.

HSL color Cylindrical-coordinate representation of color #C428C3: hue angle of 300.38º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C428C3 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB19640195-
CMYK00.800.010.23
HSL300.38º66.1%46.27%-
HSV(B)300.38º79.59%76.86%-
XYZ33.3717.1953.19-
YUV104.31179.18193.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.48%
GREEN value IS 40 (16.02% from 255) = 9.28%
BLUE value IS 195 (76.56% from 255) = 45.24%
R=45.48%
G=9.28%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964019500.800.010.23300.3866.146.27
HexC428C305011712c422e
Octal30450303012012745410256
Binary1100010010100011000011010100001101111001011001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C428C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C428C3; }

 p { color: rgb(196,40,195); }

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

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

 a { background-color: rgb(196,40,195); }

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

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

 span { border-color: rgb(196,40,195); }

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