#CF5BB2

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

Shades of Fuchsia #CF5BB2

Tints of Fuchsia #CF5BB2

Color information

#CF5BB2 (or 0xCF5BB2) is unknown color: approx Fuchsia. HEX triplet: CF, 5B and B2. RGB value is (207,91,178). Sum of RGB (Red+Green+Blue) = 207+91+178=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5BB2 is #30A44D. Grayscale: #878787. Windows color (decimal): -3187790 or 11688911. OLE color: 11688911.

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

Color convert

RGB20791178-
CMYK00.560.140.19
HSL315º54.72%58.43%-
HSV(B)315º56.04%81.18%-
XYZ37.5123.9644.77-
YUV135.6151.93178.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.49%
GREEN value IS 91 (35.94% from 255) = 19.12%
BLUE value IS 178 (69.92% from 255) = 37.39%
R=43.49%
G=19.12%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079117800.560.140.1931554.7258.43
HexCF5BB2038E1313b373a
Octal31713326207016234736772
Binary110011111011011101100100111000111010011100111011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5BB2; }

 p { color: rgb(207,91,178); }

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

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

 a { background-color: rgb(207,91,178); }

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

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

 span { border-color: rgb(207,91,178); }

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