#C309D7

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

Shades of Deep Magenta #C309D7

Tints of Deep Magenta #C309D7

Color information

#C309D7 (or 0xC309D7) is unknown color: approx Deep Magenta. HEX triplet: C3, 09 and D7. RGB value is (195,9,215). Sum of RGB (Red+Green+Blue) = 195+9+215=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 215 (84.38% from 255 or 51.31% from 419); Max value from RGB is 215 - color contains mainly: blue. Hex color #C309D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C309D7 is #3CF628. Grayscale: #575757. Windows color (decimal): -3995177 or 14092739. OLE color: 14092739.

HSL color Cylindrical-coordinate representation of color #C309D7: hue angle of 294.17º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C309D7 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1959215-
CMYK0.090.9600.16
HSL294.17º91.96%43.92%-
HSV(B)294.17º95.81%84.31%-
XYZ34.8716.765.68-
YUV88.1199.62204.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.54%
GREEN value IS 9 (3.91% from 255) = 2.15%
BLUE value IS 215 (84.38% from 255) = 51.31%
R=46.54%
G=2.15%
B=51.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal19592150.090.9600.16294.1791.9643.92
HexC39D79600101265c2c
Octal303113271114002044613454
Binary11000011100111010111100111000000100001001001101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C309D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C309D7; }

 p { color: rgb(195,9,215); }

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

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

 a { background-color: rgb(195,9,215); }

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

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

 span { border-color: rgb(195,9,215); }

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