#C328C7

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

Shades of Deep Magenta #C328C7

Tints of Deep Magenta #C328C7

Color information

#C328C7 (or 0xC328C7) is unknown color: approx Deep Magenta. HEX triplet: C3, 28 and C7. RGB value is (195,40,199). Sum of RGB (Red+Green+Blue) = 195+40+199=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 199 - color contains mainly: blue. Hex color #C328C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C328C7 is #3CD738. Grayscale: #676767. Windows color (decimal): -3987257 or 13052099. OLE color: 13052099.

HSL color Cylindrical-coordinate representation of color #C328C7: hue angle of 298.49º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C328C7 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19540199-
CMYK0.020.8000.22
HSL298.49º66.53%46.86%-
HSV(B)298.49º79.9%78.04%-
XYZ33.5717.2455.59-
YUV104.47181.35192.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.93%
GREEN value IS 40 (16.02% from 255) = 9.22%
BLUE value IS 199 (78.12% from 255) = 45.85%
R=44.93%
G=9.22%
B=45.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal195401990.020.8000.22298.4966.5346.86
HexC328C725001612a432f
Octal30350307212002645210357
Binary11000011101000110001111010100000101101001010101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C328C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C328C7; }

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

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

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

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

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

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

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

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