#CF5BBE

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

Shades of Fuchsia #CF5BBE

Tints of Fuchsia #CF5BBE

Color information

#CF5BBE (or 0xCF5BBE) is unknown color: approx Fuchsia. HEX triplet: CF, 5B and BE. RGB value is (207,91,190). Sum of RGB (Red+Green+Blue) = 207+91+190=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5BBE is #30A441. Grayscale: #888888. Windows color (decimal): -3187778 or 12475343. OLE color: 12475343.

HSL color Cylindrical-coordinate representation of color #CF5BBE: hue angle of 308.79º 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 #CF5BBE is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB20791190-
CMYK00.560.080.19
HSL308.79º54.72%58.43%-
HSV(B)308.79º56.04%81.18%-
XYZ38.7724.4751.39-
YUV136.97157.93177.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.42%
GREEN value IS 91 (35.94% from 255) = 18.65%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=42.42%
G=18.65%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079119000.560.080.19308.7954.7258.43
HexCF5BBE038813135373a
Octal31713327607010234656772
Binary110011111011011101111100111000100010011100110101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5BBE; }

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

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

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

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

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

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

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

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