#C300AC

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

Shades of Deep Magenta #C300AC

Tints of Deep Magenta #C300AC

Color information

#C300AC (or 0xC300AC) is unknown color: approx Deep Magenta. HEX triplet: C3, 00 and AC. RGB value is (195,0,172). Sum of RGB (Red+Green+Blue) = 195+0+172=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C300AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C300AC is #3CFF53. Grayscale: #4D4D4D. Windows color (decimal): -3997524 or 11272387. OLE color: 11272387.

HSL color Cylindrical-coordinate representation of color #C300AC: hue angle of 307.08º 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 #C300AC is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB1950172-
CMYK010.120.24
HSL307.08º100%38.24%-
HSV(B)307.08º100%76.47%-
XYZ29.9514.5840.27-
YUV77.91181.1211.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 172 (67.58% from 255) = 46.87%
R=53.13%
G=0%
B=46.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1950172010.120.24307.0810038.24
HexC30AC064C181336426
Octal30302540144143046314446
Binary11000011010101100011001001100110001001100111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C300AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C300AC; }

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

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

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

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

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

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

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

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