#C307B6

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

Shades of Deep Magenta #C307B6

Tints of Deep Magenta #C307B6

Color information

#C307B6 (or 0xC307B6) is unknown color: approx Deep Magenta. HEX triplet: C3, 07 and B6. RGB value is (195,7,182). Sum of RGB (Red+Green+Blue) = 195+7+182=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C307B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C307B6 is #3CF849. Grayscale: #525252. Windows color (decimal): -3995722 or 11929539. OLE color: 11929539.

HSL color Cylindrical-coordinate representation of color #C307B6: hue angle of 304.15º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C307B6 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB1957182-
CMYK00.960.070.24
HSL304.15º93.07%39.61%-
HSV(B)304.15º96.41%76.47%-
XYZ31.0315.1345.54-
YUV83.16183.78207.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.78%
GREEN value IS 7 (3.12% from 255) = 1.82%
BLUE value IS 182 (71.48% from 255) = 47.40%
R=50.78%
G=1.82%
B=47.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195718200.960.070.24304.1593.0739.61
HexC37B60607181305d28
Octal3037266014073046013550
Binary110000111111011011001100000111110001001100001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C307B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C307B6; }

 p { color: rgb(195,7,182); }

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

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

 a { background-color: rgb(195,7,182); }

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

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

 span { border-color: rgb(195,7,182); }

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