#CF39D1

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

Shades of Fuchsia #CF39D1

Tints of Fuchsia #CF39D1

Color information

#CF39D1 (or 0xCF39D1) is unknown color: approx Fuchsia. HEX triplet: CF, 39 and D1. RGB value is (207,57,209). Sum of RGB (Red+Green+Blue) = 207+57+209=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 57 (22.66% from 255 or 12.05% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF39D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF39D1 is #30C62E. Grayscale: #767676. Windows color (decimal): -3196463 or 13711823. OLE color: 13711823.

HSL color Cylindrical-coordinate representation of color #CF39D1: hue angle of 299.21º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF39D1 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20757209-
CMYK0.010.7300.18
HSL299.21º62.3%52.16%-
HSV(B)299.21º72.73%81.96%-
XYZ38.720.862.3-
YUV119.18178.7190.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.76%
GREEN value IS 57 (22.66% from 255) = 12.05%
BLUE value IS 209 (82.03% from 255) = 44.19%
R=43.76%
G=12.05%
B=44.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal207572090.010.7300.18299.2162.352.16
HexCF39D114901212b3e34
Octal3177132111110224537664
Binary110011111110011101000111001001010010100101011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF39D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF39D1; }

 p { color: rgb(207,57,209); }

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

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

 a { background-color: rgb(207,57,209); }

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

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

 span { border-color: rgb(207,57,209); }

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