#CF6ABA

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

Shades of Fuchsia #CF6ABA

Tints of Fuchsia #CF6ABA

Color information

#CF6ABA (or 0xCF6ABA) is unknown color: approx Fuchsia. HEX triplet: CF, 6A and BA. RGB value is (207,106,186). Sum of RGB (Red+Green+Blue) = 207+106+186=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ABA is #309545. Grayscale: #919191. Windows color (decimal): -3183942 or 12217039. OLE color: 12217039.

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

Color convert

RGB207106186-
CMYK00.490.100.19
HSL312.48º51.27%61.37%-
HSV(B)312.48º48.79%81.18%-
XYZ39.7527.1249.59-
YUV145.32150.96172-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.48%
GREEN value IS 106 (41.80% from 255) = 21.24%
BLUE value IS 186 (73.05% from 255) = 37.27%
R=41.48%
G=21.24%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710618600.490.100.19312.4851.2761.37
HexCF6ABA031A13138333d
Octal31715227206112234706375
Binary110011111101010101110100110001101010011100111000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6ABA; }

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

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

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

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

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

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

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

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