#C61DB4

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

Shades of Deep Magenta #C61DB4

Tints of Deep Magenta #C61DB4

Color information

#C61DB4 (or 0xC61DB4) is unknown color: approx Deep Magenta. HEX triplet: C6, 1D and B4. RGB value is (198,29,180). Sum of RGB (Red+Green+Blue) = 198+29+180=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C61DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61DB4 is #39E24B. Grayscale: #606060. Windows color (decimal): -3793484 or 11804102. OLE color: 11804102.

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

Color convert

RGB19829180-
CMYK00.850.090.22
HSL306.39º74.45%44.51%-
HSV(B)306.39º85.35%77.65%-
XYZ31.9716.1844.62-
YUV96.74174.99200.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.65%
GREEN value IS 29 (11.72% from 255) = 7.13%
BLUE value IS 180 (70.70% from 255) = 44.23%
R=48.65%
G=7.13%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982918000.850.090.22306.3974.4544.51
HexC61DB40559161324a2d
Octal306352640125112646211255
Binary110001101110110110100010101011001101101001100101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61DB4; }

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

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

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

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

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

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

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

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