#cf1dc6

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

Shades of Deep Magenta #CF1DC6

Tints of Deep Magenta #CF1DC6

Color information

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

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

Color convert

RGB20729198-
CMYK00.860.040.19
HSL303.03º75.42%46.27%-
HSV(B)303.03º85.99%81.18%-
XYZ36.3618.2255.03-
YUV101.49182.47203.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072919800.860.040.19303.0375.4246.27
HexCF1DC605641312f4b2e
Octal31735306012642345711356
Binary11001111111011100011001010110100100111001011111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf1dc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf1dc6; }

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

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

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

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

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

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

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

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