#CF57BC

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

Shades of Fuchsia #CF57BC

Tints of Fuchsia #CF57BC

Color information

#CF57BC (or 0xCF57BC) is unknown color: approx Fuchsia. HEX triplet: CF, 57 and BC. RGB value is (207,87,188). Sum of RGB (Red+Green+Blue) = 207+87+188=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF57BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF57BC is #30A843. Grayscale: #868686. Windows color (decimal): -3188804 or 12343247. OLE color: 12343247.

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

Color convert

RGB20787188-
CMYK00.580.090.19
HSL309.5º55.56%57.65%-
HSV(B)309.5º57.97%81.18%-
XYZ38.2223.7150.14-
YUV134.39158.26179.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.95%
GREEN value IS 87 (34.38% from 255) = 18.05%
BLUE value IS 188 (73.83% from 255) = 39.00%
R=42.95%
G=18.05%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078718800.580.090.19309.555.5657.65
HexCF57BC03A913136383a
Octal31712727407211234667072
Binary110011111010111101111000111010100110011100110110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF57BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF57BC; }

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

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

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

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

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

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

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

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