#C62FC1

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

Shades of Fuchsia #C62FC1

Tints of Fuchsia #C62FC1

Color information

#C62FC1 (or 0xC62FC1) is unknown color: approx Fuchsia. HEX triplet: C6, 2F and C1. RGB value is (198,47,193). Sum of RGB (Red+Green+Blue) = 198+47+193=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 47 (18.75% from 255 or 10.73% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C62FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62FC1 is #39D03E. Grayscale: #6C6C6C. Windows color (decimal): -3788863 or 12660678. OLE color: 12660678.

HSL color Cylindrical-coordinate representation of color #C62FC1: hue angle of 301.99º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C62FC1 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB19847193-
CMYK00.760.030.22
HSL301.99º61.63%48.04%-
HSV(B)301.99º76.26%77.65%-
XYZ33.9317.8952.12-
YUV108.79175.53191.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.21%
GREEN value IS 47 (18.75% from 255) = 10.73%
BLUE value IS 193 (75.78% from 255) = 44.06%
R=45.21%
G=10.73%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984719300.760.030.22301.9961.6348.04
HexC62FC104C31612e3e30
Octal3065730101143264567660
Binary1100011010111111000001010011001110110100101110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62FC1; }

 p { color: rgb(198,47,193); }

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

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

 a { background-color: rgb(198,47,193); }

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

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

 span { border-color: rgb(198,47,193); }

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