#C612BE

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

Shades of Deep Magenta #C612BE

Tints of Deep Magenta #C612BE

Color information

#C612BE (or 0xC612BE) is unknown color: approx Deep Magenta. HEX triplet: C6, 12 and BE. RGB value is (198,18,190). Sum of RGB (Red+Green+Blue) = 198+18+190=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C612BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C612BE is #39ED41. Grayscale: #5A5A5A. Windows color (decimal): -3796290 or 12456646. OLE color: 12456646.

HSL color Cylindrical-coordinate representation of color #C612BE: hue angle of 302.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C612BE is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB19818190-
CMYK00.910.040.22
HSL302.67º83.33%42.35%-
HSV(B)302.67º90.91%77.65%-
XYZ32.816.1650.1-
YUV91.43183.63204.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.77%
GREEN value IS 18 (7.42% from 255) = 4.43%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=48.77%
G=4.43%
B=46.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981819000.910.040.22302.6783.3342.35
HexC612BE05B41612f532a
Octal30622276013342645712352
Binary11000110100101011111001011011100101101001011111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C612BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C612BE; }

 p { color: rgb(198,18,190); }

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

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

 a { background-color: rgb(198,18,190); }

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

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

 span { border-color: rgb(198,18,190); }

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