#C62CBC

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

Shades of Fuchsia #C62CBC

Tints of Fuchsia #C62CBC

Color information

#C62CBC (or 0xC62CBC) is unknown color: approx Fuchsia. HEX triplet: C6, 2C and BC. RGB value is (198,44,188). Sum of RGB (Red+Green+Blue) = 198+44+188=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C62CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62CBC is #39D343. Grayscale: #6A6A6A. Windows color (decimal): -3789636 or 12332230. OLE color: 12332230.

HSL color Cylindrical-coordinate representation of color #C62CBC: hue angle of 303.9º 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 #C62CBC is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB19844188-
CMYK00.780.050.22
HSL303.9º63.64%47.45%-
HSV(B)303.9º77.78%77.65%-
XYZ33.2717.4449.19-
YUV106.46174.02193.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.05%
GREEN value IS 44 (17.58% from 255) = 10.23%
BLUE value IS 188 (73.83% from 255) = 43.72%
R=46.05%
G=10.23%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984418800.780.050.22303.963.6447.45
HexC62CBC04E516130402f
Octal30654274011652646010057
Binary110001101011001011110001001110101101101001100001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62CBC; }

 p { color: rgb(198,44,188); }

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

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

 a { background-color: rgb(198,44,188); }

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

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

 span { border-color: rgb(198,44,188); }

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