#C30FDD

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

Shades of Deep Magenta #C30FDD

Tints of Deep Magenta #C30FDD

Color information

#C30FDD (or 0xC30FDD) is unknown color: approx Deep Magenta. HEX triplet: C3, 0F and DD. RGB value is (195,15,221). Sum of RGB (Red+Green+Blue) = 195+15+221=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #C30FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30FDD is #3CF022. Grayscale: #5B5B5B. Windows color (decimal): -3993635 or 14487491. OLE color: 14487491.

HSL color Cylindrical-coordinate representation of color #C30FDD: hue angle of 292.43º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30FDD is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19515221-
CMYK0.120.9300.13
HSL292.43º87.29%46.27%-
HSV(B)292.43º93.21%86.67%-
XYZ35.7317.1669.84-
YUV92.3200.63201.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 15 (6.25% from 255) = 3.48%
BLUE value IS 221 (86.72% from 255) = 51.28%
R=45.24%
G=3.48%
B=51.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal195152210.120.9300.13292.4387.2946.27
HexC3FDDC5D0D124572e
Octal303173351413501544412756
Binary1100001111111101110111001011101011011001001001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30FDD; }

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

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

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

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

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

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

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

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