#CF55BA

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

Shades of Fuchsia #CF55BA

Tints of Fuchsia #CF55BA

Color information

#CF55BA (or 0xCF55BA) is unknown color: approx Fuchsia. HEX triplet: CF, 55 and BA. RGB value is (207,85,186). Sum of RGB (Red+Green+Blue) = 207+85+186=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF55BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF55BA is #30AA45. Grayscale: #848484. Windows color (decimal): -3189318 or 12211663. OLE color: 12211663.

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

Color convert

RGB20785186-
CMYK00.590.100.19
HSL310.33º55.96%57.25%-
HSV(B)310.33º58.94%81.18%-
XYZ37.8423.3148.96-
YUV132.99157.92180.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.31%
GREEN value IS 85 (33.59% from 255) = 17.78%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=43.31%
G=17.78%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078518600.590.100.19310.3355.9657.25
HexCF55BA03BA131363839
Octal31712527207312234667071
Binary110011111010101101110100111011101010011100110110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF55BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF55BA; }

 p { color: rgb(207,85,186); }

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

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

 a { background-color: rgb(207,85,186); }

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

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

 span { border-color: rgb(207,85,186); }

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