#cf3fbb

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

Shades of Fuchsia #CF3FBB

Tints of Fuchsia #CF3FBB

Color information

#CF3FBB (or 0xCF3FBB) is unknown color: approx Fuchsia. HEX triplet: CF, 3F and BB. RGB value is (207,63,187). Sum of RGB (Red+Green+Blue) = 207+63+187=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3FBB is #30C044. Grayscale: #777777. Windows color (decimal): -3194949 or 12271567. OLE color: 12271567.

HSL color Cylindrical-coordinate representation of color #CF3FBB: hue angle of 308.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3FBB is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB20763187-
CMYK00.700.100.19
HSL308.33º60%52.94%-
HSV(B)308.33º69.57%81.18%-
XYZ36.4820.4149.03-
YUV120.19165.71189.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.30%
GREEN value IS 63 (25% from 255) = 13.79%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=45.30%
G=13.79%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076318700.700.100.19308.336052.94
HexCF3FBB046A131343c35
Octal31777273010612234647465
Binary110011111111111011101101000110101010011100110100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf3fbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf3fbb; }

 p { color: rgb(207,63,187); }

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

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

 a { background-color: rgb(207,63,187); }

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

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

 span { border-color: rgb(207,63,187); }

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