#C30EB7

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

Shades of Deep Magenta #C30EB7

Tints of Deep Magenta #C30EB7

Color information

#C30EB7 (or 0xC30EB7) is unknown color: approx Deep Magenta. HEX triplet: C3, 0E and B7. RGB value is (195,14,183). Sum of RGB (Red+Green+Blue) = 195+14+183=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C30EB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30EB7 is #3CF148. Grayscale: #565656. Windows color (decimal): -3993929 or 11996867. OLE color: 11996867.

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

Color convert

RGB19514183-
CMYK00.930.060.24
HSL303.98º86.6%40.98%-
HSV(B)303.98º92.82%76.47%-
XYZ31.2115.3446.11-
YUV87.38181.97204.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.74%
GREEN value IS 14 (5.86% from 255) = 3.57%
BLUE value IS 183 (71.88% from 255) = 46.68%
R=49.74%
G=3.57%
B=46.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951418300.930.060.24303.9886.640.98
HexC3EB705D6181305729
Octal30316267013563046012751
Binary1100001111101011011101011101110110001001100001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30EB7; }

 p { color: rgb(195,14,183); }

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

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

 a { background-color: rgb(195,14,183); }

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

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

 span { border-color: rgb(195,14,183); }

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