#CF58D1

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

Shades of Fuchsia #CF58D1

Tints of Fuchsia #CF58D1

Color information

#CF58D1 (or 0xCF58D1) is unknown color: approx Fuchsia. HEX triplet: CF, 58 and D1. RGB value is (207,88,209). Sum of RGB (Red+Green+Blue) = 207+88+209=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF58D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58D1 is #30A72E. Grayscale: #898989. Windows color (decimal): -3188527 or 13719759. OLE color: 13719759.

HSL color Cylindrical-coordinate representation of color #CF58D1: hue angle of 299.01º degrees, saturation: 0.57, 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 #CF58D1 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20788209-
CMYK0.010.5800.18
HSL299.01º56.81%58.24%-
HSV(B)299.01º57.89%81.96%-
XYZ40.7324.8562.97-
YUV137.38168.42177.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.07%
GREEN value IS 88 (34.77% from 255) = 17.46%
BLUE value IS 209 (82.03% from 255) = 41.47%
R=41.07%
G=17.46%
B=41.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal207882090.010.5800.18299.0156.8158.24
HexCF58D113A01212b393a
Octal3171303211720224537172
Binary110011111011000110100011111010010010100101011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF58D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF58D1; }

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

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

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

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

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

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

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

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