#C61BB6

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

Shades of Deep Magenta #C61BB6

Tints of Deep Magenta #C61BB6

Color information

#C61BB6 (or 0xC61BB6) is unknown color: approx Deep Magenta. HEX triplet: C6, 1B and B6. RGB value is (198,27,182). Sum of RGB (Red+Green+Blue) = 198+27+182=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 27 (10.94% from 255 or 6.63% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C61BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61BB6 is #39E449. Grayscale: #5F5F5F. Windows color (decimal): -3793994 or 11934662. OLE color: 11934662.

HSL color Cylindrical-coordinate representation of color #C61BB6: hue angle of 305.61º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61BB6 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB19827182-
CMYK00.860.080.22
HSL305.61º76%44.12%-
HSV(B)305.61º86.36%77.65%-
XYZ32.1216.1745.68-
YUV95.8176.65200.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.65%
GREEN value IS 27 (10.94% from 255) = 6.63%
BLUE value IS 182 (71.48% from 255) = 44.72%
R=48.65%
G=6.63%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982718200.860.080.22305.617644.12
HexC61BB60568161324c2c
Octal306332660126102646211454
Binary110001101101110110110010101101000101101001100101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61BB6; }

 p { color: rgb(198,27,182); }

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

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

 a { background-color: rgb(198,27,182); }

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

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

 span { border-color: rgb(198,27,182); }

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