#C323B1

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

Shades of Deep Magenta #C323B1

Tints of Deep Magenta #C323B1

Color information

#C323B1 (or 0xC323B1) is unknown color: approx Deep Magenta. HEX triplet: C3, 23 and B1. RGB value is (195,35,177). Sum of RGB (Red+Green+Blue) = 195+35+177=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C323B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C323B1 is #3CDC4E. Grayscale: #626262. Windows color (decimal): -3988559 or 11609027. OLE color: 11609027.

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

Color convert

RGB19535177-
CMYK00.820.090.24
HSL306.75º69.57%45.1%-
HSV(B)306.75º82.05%76.47%-
XYZ31.0415.9843.04-
YUV99.03172.01196.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.91%
GREEN value IS 35 (14.06% from 255) = 8.60%
BLUE value IS 177 (69.53% from 255) = 43.49%
R=47.91%
G=8.60%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953517700.820.090.24306.7569.5745.1
HexC323B1052918133462d
Octal303432610122113046310655
Binary1100001110001110110001010100101001110001001100111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C323B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C323B1; }

 p { color: rgb(195,35,177); }

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

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

 a { background-color: rgb(195,35,177); }

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

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

 span { border-color: rgb(195,35,177); }

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