#CF62B1

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

Shades of Fuchsia #CF62B1

Tints of Fuchsia #CF62B1

Color information

#CF62B1 (or 0xCF62B1) is unknown color: approx Fuchsia. HEX triplet: CF, 62 and B1. RGB value is (207,98,177). Sum of RGB (Red+Green+Blue) = 207+98+177=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF62B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF62B1 is #309D4E. Grayscale: #8B8B8B. Windows color (decimal): -3185999 or 11625167. OLE color: 11625167.

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

Color convert

RGB20798177-
CMYK00.530.140.19
HSL316.51º53.17%59.8%-
HSV(B)316.51º52.66%81.18%-
XYZ38.0425.1844.45-
YUV139.6149.11176.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.95%
GREEN value IS 98 (38.67% from 255) = 20.33%
BLUE value IS 177 (69.53% from 255) = 36.72%
R=42.95%
G=20.33%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079817700.530.140.19316.5153.1759.8
HexCF62B1035E1313d353c
Octal31714226106516234756574
Binary110011111100010101100010110101111010011100111101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF62B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF62B1; }

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

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

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

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

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

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

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

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