#C61FB6

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

Shades of Deep Magenta #C61FB6

Tints of Deep Magenta #C61FB6

Color information

#C61FB6 (or 0xC61FB6) is unknown color: approx Deep Magenta. HEX triplet: C6, 1F and B6. RGB value is (198,31,182). Sum of RGB (Red+Green+Blue) = 198+31+182=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C61FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61FB6 is #39E049. Grayscale: #616161. Windows color (decimal): -3792970 or 11935686. OLE color: 11935686.

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

Color convert

RGB19831182-
CMYK00.840.080.22
HSL305.75º72.93%44.9%-
HSV(B)305.75º84.34%77.65%-
XYZ32.2216.3645.72-
YUV98.15175.33199.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.18%
GREEN value IS 31 (12.5% from 255) = 7.54%
BLUE value IS 182 (71.48% from 255) = 44.28%
R=48.18%
G=7.54%
B=44.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983118200.840.080.22305.7572.9344.9
HexC61FB6054816132492d
Octal306372660124102646211155
Binary110001101111110110110010101001000101101001100101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61FB6; }

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

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

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

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

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

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

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

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