#C321BB

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

Shades of Deep Magenta #C321BB

Tints of Deep Magenta #C321BB

Color information

#C321BB (or 0xC321BB) is unknown color: approx Deep Magenta. HEX triplet: C3, 21 and BB. RGB value is (195,33,187). Sum of RGB (Red+Green+Blue) = 195+33+187=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C321BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C321BB is #3CDE44. Grayscale: #626262. Windows color (decimal): -3989061 or 12263875. OLE color: 12263875.

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

Color convert

RGB19533187-
CMYK00.830.040.24
HSL302.96º71.05%44.71%-
HSV(B)302.96º83.08%76.47%-
XYZ32.0216.2848.47-
YUV98.99177.67196.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.99%
GREEN value IS 33 (13.28% from 255) = 7.95%
BLUE value IS 187 (73.44% from 255) = 45.06%
R=46.99%
G=7.95%
B=45.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953318700.830.040.24302.9671.0544.71
HexC321BB05341812f472d
Octal30341273012343045710755
Binary110000111000011011101101010011100110001001011111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C321BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C321BB; }

 p { color: rgb(195,33,187); }

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

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

 a { background-color: rgb(195,33,187); }

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

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

 span { border-color: rgb(195,33,187); }

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