#CF5ACB

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

Shades of Fuchsia #CF5ACB

Tints of Fuchsia #CF5ACB

Color information

#CF5ACB (or 0xCF5ACB) is unknown color: approx Fuchsia. HEX triplet: CF, 5A and CB. RGB value is (207,90,203). Sum of RGB (Red+Green+Blue) = 207+90+203=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5ACB is #30A534. Grayscale: #898989. Windows color (decimal): -3188021 or 13327055. OLE color: 13327055.

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

Color convert

RGB20790203-
CMYK00.570.020.19
HSL302.05º54.93%58.24%-
HSV(B)302.05º56.52%81.18%-
XYZ40.1724.8959.19-
YUV137.86164.76177.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.4%
GREEN value IS 90 (35.55% from 255) = 18%
BLUE value IS 203 (79.69% from 255) = 40.6%
R=41.4%
G=18%
B=40.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079020300.570.020.19302.0554.9358.24
HexCF5ACB03921312e373a
Octal3171323130712234566772
Binary1100111110110101100101101110011010011100101110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5ACB; }

 p { color: rgb(207,90,203); }

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

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

 a { background-color: rgb(207,90,203); }

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

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

 span { border-color: rgb(207,90,203); }

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