#cf1dc2

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

Shades of Deep Magenta #CF1DC2

Tints of Deep Magenta #CF1DC2

Color information

#CF1DC2 (or 0xCF1DC2) is unknown color: approx Deep Magenta. HEX triplet: CF, 1D and C2. RGB value is (207,29,194). Sum of RGB (Red+Green+Blue) = 207+29+194=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1DC2 is #30E23D. Grayscale: #646464. Windows color (decimal): -3203646 or 12721615. OLE color: 12721615.

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

Color convert

RGB20729194-
CMYK00.860.060.19
HSL304.38º75.42%46.27%-
HSV(B)304.38º85.99%81.18%-
XYZ35.9118.0452.63-
YUV101.03180.47203.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.14%
GREEN value IS 29 (11.72% from 255) = 6.74%
BLUE value IS 194 (76.17% from 255) = 45.12%
R=48.14%
G=6.74%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072919400.860.060.19304.3875.4246.27
HexCF1DC20566131304b2e
Octal31735302012662346011356
Binary11001111111011100001001010110110100111001100001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf1dc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf1dc2; }

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

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

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

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

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

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

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

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