#cf6bba

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

Shades of Fuchsia #CF6BBA

Tints of Fuchsia #CF6BBA

Color information

#CF6BBA (or 0xCF6BBA) is unknown color: approx Fuchsia. HEX triplet: CF, 6B and BA. RGB value is (207,107,186). Sum of RGB (Red+Green+Blue) = 207+107+186=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BBA is #309445. Grayscale: #919191. Windows color (decimal): -3183686 or 12217295. OLE color: 12217295.

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

Color convert

RGB207107186-
CMYK00.480.100.19
HSL312.6º51.02%61.57%-
HSV(B)312.6º48.31%81.18%-
XYZ39.8527.3349.63-
YUV145.91150.63171.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.4%
GREEN value IS 107 (42.19% from 255) = 21.4%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=41.4%
G=21.4%
B=37.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710718600.480.100.19312.651.0261.57
HexCF6BBA030A13139333e
Octal31715327206012234716376
Binary110011111101011101110100110000101010011100111001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf6bba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf6bba; }

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

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

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

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

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

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

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

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