#C30CBE

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

Shades of Deep Magenta #C30CBE

Tints of Deep Magenta #C30CBE

Color information

#C30CBE (or 0xC30CBE) is unknown color: approx Deep Magenta. HEX triplet: C3, 0C and BE. RGB value is (195,12,190). Sum of RGB (Red+Green+Blue) = 195+12+190=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C30CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CBE is #3CF341. Grayscale: #565656. Windows color (decimal): -3994434 or 12455107. OLE color: 12455107.

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

Color convert

RGB19512190-
CMYK00.940.030.24
HSL301.64º88.41%40.59%-
HSV(B)301.64º93.85%76.47%-
XYZ31.9315.5850.04-
YUV87.01186.13205.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 12 (5.08% from 255) = 3.02%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=49.12%
G=3.02%
B=47.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951219000.940.030.24301.6488.4140.59
HexC3CBE05E31812e5829
Octal30314276013633045613051
Binary110000111100101111100101111011110001001011101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30CBE; }

 p { color: rgb(195,12,190); }

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

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

 a { background-color: rgb(195,12,190); }

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

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

 span { border-color: rgb(195,12,190); }

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