#CF62BA

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

Shades of Fuchsia #CF62BA

Tints of Fuchsia #CF62BA

Color information

#CF62BA (or 0xCF62BA) is unknown color: approx Fuchsia. HEX triplet: CF, 62 and BA. RGB value is (207,98,186). Sum of RGB (Red+Green+Blue) = 207+98+186=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF62BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62BA is #309D45. Grayscale: #8C8C8C. Windows color (decimal): -3185990 or 12214991. OLE color: 12214991.

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

Color convert

RGB20798186-
CMYK00.530.100.19
HSL311.56º53.17%59.8%-
HSV(B)311.56º52.66%81.18%-
XYZ38.9625.5549.33-
YUV140.62153.61175.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.16%
GREEN value IS 98 (38.67% from 255) = 19.96%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=42.16%
G=19.96%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079818600.530.100.19311.5653.1759.8
HexCF62BA035A13138353c
Octal31714227206512234706574
Binary110011111100010101110100110101101010011100111000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF62BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF62BA; }

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

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

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

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

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

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

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

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