#C61DCF

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

Shades of Deep Magenta #C61DCF

Tints of Deep Magenta #C61DCF

Color information

#C61DCF (or 0xC61DCF) is unknown color: approx Deep Magenta. HEX triplet: C6, 1D and CF. RGB value is (198,29,207). Sum of RGB (Red+Green+Blue) = 198+29+207=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #C61DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61DCF is #39E230. Grayscale: #636363. Windows color (decimal): -3793457 or 13573574. OLE color: 13573574.

HSL color Cylindrical-coordinate representation of color #C61DCF: hue angle of 296.97º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61DCF is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19829207-
CMYK0.040.8600.19
HSL296.97º75.42%46.27%-
HSV(B)296.97º85.99%81.18%-
XYZ34.9917.3960.54-
YUV99.82188.49198.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.62%
GREEN value IS 29 (11.72% from 255) = 6.68%
BLUE value IS 207 (81.25% from 255) = 47.70%
R=45.62%
G=6.68%
B=47.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal198292070.040.8600.19296.9775.4246.27
HexC61DCF4560131294b2e
Octal30635317412602345111356
Binary11000110111011100111110010101100100111001010011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61DCF; }

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

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

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

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

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

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

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

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