#CF58D0

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

Shades of Fuchsia #CF58D0

Tints of Fuchsia #CF58D0

Color information

#CF58D0 (or 0xCF58D0) is unknown color: approx Fuchsia. HEX triplet: CF, 58 and D0. RGB value is (207,88,208). Sum of RGB (Red+Green+Blue) = 207+88+208=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF58D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58D0 is #30A72F. Grayscale: #888888. Windows color (decimal): -3188528 or 13654223. OLE color: 13654223.

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

Color convert

RGB20788208-
CMYK0.000.5800.18
HSL299.5º56.07%58.04%-
HSV(B)299.5º57.69%81.57%-
XYZ40.6124.862.32-
YUV137.26167.92177.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.15%
GREEN value IS 88 (34.77% from 255) = 17.50%
BLUE value IS 208 (81.64% from 255) = 41.35%
R=41.15%
G=17.50%
B=41.35%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal207882080.000.5800.18299.556.0758.04
HexCF58D003A01212c383a
Octal3171303200720224547072
Binary110011111011000110100000111010010010100101100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF58D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF58D0; }

 p { color: rgb(207,88,208); }

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

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

 a { background-color: rgb(207,88,208); }

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

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

 span { border-color: rgb(207,88,208); }

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