#C302BF

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

Shades of Deep Magenta #C302BF

Tints of Deep Magenta #C302BF

Color information

#C302BF (or 0xC302BF) is unknown color: approx Deep Magenta. HEX triplet: C3, 02 and BF. RGB value is (195,2,191). Sum of RGB (Red+Green+Blue) = 195+2+191=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C302BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C302BF is #3CFD40. Grayscale: #505050. Windows color (decimal): -3996993 or 12518083. OLE color: 12518083.

HSL color Cylindrical-coordinate representation of color #C302BF: hue angle of 301.24º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C302BF is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB1952191-
CMYK00.990.020.24
HSL301.24º97.97%38.63%-
HSV(B)301.24º98.97%76.47%-
XYZ31.9315.4150.58-
YUV81.25189.94209.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.26%
GREEN value IS 2 (1.17% from 255) = 0.52%
BLUE value IS 191 (75% from 255) = 49.23%
R=50.26%
G=0.52%
B=49.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195219100.990.020.24301.2497.9738.63
HexC32BF06321812d6227
Octal3032277014323045514247
Binary1100001110101111110110001110110001001011011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C302BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C302BF; }

 p { color: rgb(195,2,191); }

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

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

 a { background-color: rgb(195,2,191); }

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

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

 span { border-color: rgb(195,2,191); }

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