#CF1DC5

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

Shades of Deep Magenta #CF1DC5

Tints of Deep Magenta #CF1DC5

Color information

#CF1DC5 (or 0xCF1DC5) is unknown color: approx Deep Magenta. HEX triplet: CF, 1D and C5. RGB value is (207,29,197). Sum of RGB (Red+Green+Blue) = 207+29+197=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1DC5 is #30E23A. Grayscale: #646464. Windows color (decimal): -3203643 or 12918223. OLE color: 12918223.

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

Color convert

RGB20729197-
CMYK00.860.050.19
HSL303.37º75.42%46.27%-
HSV(B)303.37º85.99%81.18%-
XYZ36.2518.1854.42-
YUV101.37181.97203.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.81%
GREEN value IS 29 (11.72% from 255) = 6.70%
BLUE value IS 197 (77.34% from 255) = 45.50%
R=47.81%
G=6.70%
B=45.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072919700.860.050.19303.3775.4246.27
HexCF1DC505651312f4b2e
Octal31735305012652345711356
Binary11001111111011100010101010110101100111001011111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1DC5; }

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

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

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

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

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

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

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

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