#C612BB

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

Shades of Deep Magenta #C612BB

Tints of Deep Magenta #C612BB

Color information

#C612BB (or 0xC612BB) is unknown color: approx Deep Magenta. HEX triplet: C6, 12 and BB. RGB value is (198,18,187). Sum of RGB (Red+Green+Blue) = 198+18+187=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C612BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C612BB is #39ED44. Grayscale: #5A5A5A. Windows color (decimal): -3796293 or 12260038. OLE color: 12260038.

HSL color Cylindrical-coordinate representation of color #C612BB: hue angle of 303.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 #C612BB is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB19818187-
CMYK00.910.060.22
HSL303.67º83.33%42.35%-
HSV(B)303.67º90.91%77.65%-
XYZ32.4716.0348.4-
YUV91.09182.13204.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.13%
GREEN value IS 18 (7.42% from 255) = 4.47%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=49.13%
G=4.47%
B=46.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981818700.910.060.22303.6783.3342.35
HexC612BB05B616130532a
Octal30622273013362646012352
Binary11000110100101011101101011011110101101001100001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C612BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C612BB; }

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

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

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

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

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

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

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

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