#C300A5

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

Shades of Deep Magenta #C300A5

Tints of Deep Magenta #C300A5

Color information

#C300A5 (or 0xC300A5) is unknown color: approx Deep Magenta. HEX triplet: C3, 00 and A5. RGB value is (195,0,165). Sum of RGB (Red+Green+Blue) = 195+0+165=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C300A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C300A5 is #3CFF5A. Grayscale: #4C4C4C. Windows color (decimal): -3997531 or 10813635. OLE color: 10813635.

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

Color convert

RGB1950165-
CMYK010.150.24
HSL309.23º100%38.24%-
HSV(B)309.23º100%76.47%-
XYZ29.314.3236.82-
YUV77.12177.6212.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 165 (64.84% from 255) = 45.83%
R=54.17%
G=0%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1950165010.150.24309.2310038.24
HexC30A5064F181356426
Octal30302450144173046514446
Binary11000011010100101011001001111110001001101011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C300A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C300A5; }

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

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

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

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

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

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

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

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