#C61BB5

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

Shades of Deep Magenta #C61BB5

Tints of Deep Magenta #C61BB5

Color information

#C61BB5 (or 0xC61BB5) is unknown color: approx Deep Magenta. HEX triplet: C6, 1B and B5. RGB value is (198,27,181). Sum of RGB (Red+Green+Blue) = 198+27+181=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 27 (10.94% from 255 or 6.65% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C61BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61BB5 is #39E44A. Grayscale: #5F5F5F. Windows color (decimal): -3793995 or 11869126. OLE color: 11869126.

HSL color Cylindrical-coordinate representation of color #C61BB5: hue angle of 305.96º 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 #C61BB5 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB19827181-
CMYK00.860.090.22
HSL305.96º76%44.12%-
HSV(B)305.96º86.36%77.65%-
XYZ32.0216.1345.14-
YUV95.68176.15200.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.77%
GREEN value IS 27 (10.94% from 255) = 6.65%
BLUE value IS 181 (71.09% from 255) = 44.58%
R=48.77%
G=6.65%
B=44.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982718100.860.090.22305.967644.12
HexC61BB50569161324c2c
Octal306332650126112646211454
Binary110001101101110110101010101101001101101001100101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61BB5; }

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

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

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

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

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

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

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

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