#CF39BC

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

Shades of Fuchsia #CF39BC

Tints of Fuchsia #CF39BC

Color information

#CF39BC (or 0xCF39BC) is unknown color: approx Fuchsia. HEX triplet: CF, 39 and BC. RGB value is (207,57,188). Sum of RGB (Red+Green+Blue) = 207+57+188=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF39BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF39BC is #30C643. Grayscale: #747474. Windows color (decimal): -3196484 or 12335567. OLE color: 12335567.

HSL color Cylindrical-coordinate representation of color #CF39BC: hue angle of 307.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF39BC is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB20757188-
CMYK00.720.090.19
HSL307.6º60.98%51.76%-
HSV(B)307.6º72.46%81.18%-
XYZ36.2719.8249.49-
YUV116.78168.2192.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.80%
GREEN value IS 57 (22.66% from 255) = 12.61%
BLUE value IS 188 (73.83% from 255) = 41.59%
R=45.80%
G=12.61%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075718800.720.090.19307.660.9851.76
HexCF39BC0489131343d34
Octal31771274011011234647564
Binary110011111110011011110001001000100110011100110100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF39BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF39BC; }

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

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

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

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

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

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

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

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