#C62BC0

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

Shades of Fuchsia #C62BC0

Tints of Fuchsia #C62BC0

Color information

#C62BC0 (or 0xC62BC0) is unknown color: approx Fuchsia. HEX triplet: C6, 2B and C0. RGB value is (198,43,192). Sum of RGB (Red+Green+Blue) = 198+43+192=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C62BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BC0 is #39D43F. Grayscale: #696969. Windows color (decimal): -3789888 or 12594118. OLE color: 12594118.

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

Color convert

RGB19843192-
CMYK00.780.030.22
HSL302.32º64.32%47.25%-
HSV(B)302.32º78.28%77.65%-
XYZ33.6717.5451.48-
YUV106.33176.35193.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.73%
GREEN value IS 43 (17.19% from 255) = 9.93%
BLUE value IS 192 (75.39% from 255) = 44.34%
R=45.73%
G=9.93%
B=44.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984319200.780.030.22302.3264.3247.25
HexC62BC004E31612e402f
Octal30653300011632645610057
Binary11000110101011110000000100111011101101001011101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62BC0; }

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

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

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

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

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

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

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

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