#C306C5

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

Shades of Deep Magenta #C306C5

Tints of Deep Magenta #C306C5

Color information

#C306C5 (or 0xC306C5) is unknown color: approx Deep Magenta. HEX triplet: C3, 06 and C5. RGB value is (195,6,197). Sum of RGB (Red+Green+Blue) = 195+6+197=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 197 (77.34% from 255 or 49.50% from 398); Max value from RGB is 197 - color contains mainly: blue. Hex color #C306C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C306C5 is #3CF93A. Grayscale: #535353. Windows color (decimal): -3995963 or 12912323. OLE color: 12912323.

HSL color Cylindrical-coordinate representation of color #C306C5: hue angle of 299.37º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C306C5 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1956197-
CMYK0.010.9700.23
HSL299.37º94.09%39.8%-
HSV(B)299.37º96.95%77.25%-
XYZ32.6515.7654.15-
YUV84.28191.62206.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.99%
GREEN value IS 6 (2.73% from 255) = 1.51%
BLUE value IS 197 (77.34% from 255) = 49.50%
R=48.99%
G=1.51%
B=49.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19561970.010.9700.23299.3794.0939.8
HexC36C516101712b5e28
Octal3036305114102745313650
Binary1100001111011000101111000010101111001010111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C306C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C306C5; }

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

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

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

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

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

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

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

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