#C61DB3

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

Shades of Deep Magenta #C61DB3

Tints of Deep Magenta #C61DB3

Color information

#C61DB3 (or 0xC61DB3) is unknown color: approx Deep Magenta. HEX triplet: C6, 1D and B3. RGB value is (198,29,179). Sum of RGB (Red+Green+Blue) = 198+29+179=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C61DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61DB3 is #39E24C. Grayscale: #606060. Windows color (decimal): -3793485 or 11738566. OLE color: 11738566.

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

Color convert

RGB19829179-
CMYK00.850.100.22
HSL306.75º74.45%44.51%-
HSV(B)306.75º85.35%77.65%-
XYZ31.8616.1444.08-
YUV96.63174.49200.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.77%
GREEN value IS 29 (11.72% from 255) = 7.14%
BLUE value IS 179 (70.31% from 255) = 44.09%
R=48.77%
G=7.14%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982917900.850.100.22306.7574.4544.51
HexC61DB3055A161334a2d
Octal306352630125122646311255
Binary110001101110110110011010101011010101101001100111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61DB3; }

 p { color: rgb(198,29,179); }

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

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

 a { background-color: rgb(198,29,179); }

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

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

 span { border-color: rgb(198,29,179); }

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