#C306D1

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

Shades of Deep Magenta #C306D1

Tints of Deep Magenta #C306D1

Color information

#C306D1 (or 0xC306D1) is unknown color: approx Deep Magenta. HEX triplet: C3, 06 and D1. RGB value is (195,6,209). Sum of RGB (Red+Green+Blue) = 195+6+209=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 6 (2.73% from 255 or 1.46% from 410); Blue value is 209 (82.03% from 255 or 50.98% from 410); Max value from RGB is 209 - color contains mainly: blue. Hex color #C306D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C306D1 is #3CF92E. Grayscale: #555555. Windows color (decimal): -3995951 or 13698755. OLE color: 13698755.

HSL color Cylindrical-coordinate representation of color #C306D1: hue angle of 295.86º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C306D1 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1956209-
CMYK0.070.9700.18
HSL295.86º94.42%42.16%-
HSV(B)295.86º97.13%81.96%-
XYZ34.0816.3461.68-
YUV85.65197.62205.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.56%
GREEN value IS 6 (2.73% from 255) = 1.46%
BLUE value IS 209 (82.03% from 255) = 50.98%
R=47.56%
G=1.46%
B=50.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal19562090.070.9700.18295.8694.4242.16
HexC36D17610121285e2a
Octal3036321714102245013652
Binary110000111101101000111111000010100101001010001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C306D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C306D1; }

 p { color: rgb(195,6,209); }

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

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

 a { background-color: rgb(195,6,209); }

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

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

 span { border-color: rgb(195,6,209); }

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