#C62BBF

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

Shades of Fuchsia #C62BBF

Tints of Fuchsia #C62BBF

Color information

#C62BBF (or 0xC62BBF) is unknown color: approx Fuchsia. HEX triplet: C6, 2B and BF. RGB value is (198,43,191). Sum of RGB (Red+Green+Blue) = 198+43+191=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C62BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BBF is #39D440. Grayscale: #696969. Windows color (decimal): -3789889 or 12528582. OLE color: 12528582.

HSL color Cylindrical-coordinate representation of color #C62BBF: hue angle of 302.71º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62BBF is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB19843191-
CMYK00.780.040.22
HSL302.71º64.32%47.25%-
HSV(B)302.71º78.28%77.65%-
XYZ33.5617.550.9-
YUV106.22175.85193.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 43 (17.19% from 255) = 9.95%
BLUE value IS 191 (75% from 255) = 44.21%
R=45.83%
G=9.95%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984319100.780.040.22302.7164.3247.25
HexC62BBF04E41612f402f
Octal30653277011642645710057
Binary110001101010111011111101001110100101101001011111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62BBF; }

 p { color: rgb(198,43,191); }

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

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

 a { background-color: rgb(198,43,191); }

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

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

 span { border-color: rgb(198,43,191); }

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