#C30FAD

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

Shades of Deep Magenta #C30FAD

Tints of Deep Magenta #C30FAD

Color information

#C30FAD (or 0xC30FAD) is unknown color: approx Deep Magenta. HEX triplet: C3, 0F and AD. RGB value is (195,15,173). Sum of RGB (Red+Green+Blue) = 195+15+173=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C30FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30FAD is #3CF052. Grayscale: #565656. Windows color (decimal): -3993683 or 11341763. OLE color: 11341763.

HSL color Cylindrical-coordinate representation of color #C30FAD: hue angle of 307.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C30FAD is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB19515173-
CMYK00.920.110.24
HSL307.33º85.71%41.18%-
HSV(B)307.33º92.31%76.47%-
XYZ30.2214.9640.83-
YUV86.83176.63205.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.91%
GREEN value IS 15 (6.25% from 255) = 3.92%
BLUE value IS 173 (67.97% from 255) = 45.17%
R=50.91%
G=3.92%
B=45.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951517300.920.110.24307.3385.7141.18
HexC3FAD05CB181335629
Octal303172550134133046312651
Binary11000011111110101101010111001011110001001100111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30FAD; }

 p { color: rgb(195,15,173); }

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

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

 a { background-color: rgb(195,15,173); }

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

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

 span { border-color: rgb(195,15,173); }

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