#C300A6

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

Shades of Deep Magenta #C300A6

Tints of Deep Magenta #C300A6

Color information

#C300A6 (or 0xC300A6) is unknown color: approx Deep Magenta. HEX triplet: C3, 00 and A6. RGB value is (195,0,166). Sum of RGB (Red+Green+Blue) = 195+0+166=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C300A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C300A6 is #3CFF59. Grayscale: #4C4C4C. Windows color (decimal): -3997530 or 10879171. OLE color: 10879171.

HSL color Cylindrical-coordinate representation of color #C300A6: hue angle of 308.92º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C300A6 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB1950166-
CMYK010.150.24
HSL308.92º100%38.24%-
HSV(B)308.92º100%76.47%-
XYZ29.3914.3637.3-
YUV77.23178.1212-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 166 (65.23% from 255) = 45.98%
R=54.02%
G=0%
B=45.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1950166010.150.24308.9210038.24
HexC30A6064F181356426
Octal30302460144173046514446
Binary11000011010100110011001001111110001001101011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C300A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C300A6; }

 p { color: rgb(195,0,166); }

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

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

 a { background-color: rgb(195,0,166); }

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

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

 span { border-color: rgb(195,0,166); }

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