#C63FCB

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

Shades of Fuchsia #C63FCB

Tints of Fuchsia #C63FCB

Color information

#C63FCB (or 0xC63FCB) is unknown color: approx Fuchsia. HEX triplet: C6, 3F and CB. RGB value is (198,63,203). Sum of RGB (Red+Green+Blue) = 198+63+203=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #C63FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FCB is #39C034. Grayscale: #767676. Windows color (decimal): -3784757 or 13320134. OLE color: 13320134.

HSL color Cylindrical-coordinate representation of color #C63FCB: hue angle of 297.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63FCB is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19863203-
CMYK0.020.6900.20
HSL297.86º57.38%52.16%-
HSV(B)297.86º68.97%79.61%-
XYZ35.8519.8758.45-
YUV119.32175.23184.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.67%
GREEN value IS 63 (25% from 255) = 13.58%
BLUE value IS 203 (79.69% from 255) = 43.75%
R=42.67%
G=13.58%
B=43.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal198632030.020.6900.20297.8657.3852.16
HexC63FCB24501412a3934
Octal3067731321050244527164
Binary1100011011111111001011101000101010100100101010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63FCB; }

 p { color: rgb(198,63,203); }

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

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

 a { background-color: rgb(198,63,203); }

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

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

 span { border-color: rgb(198,63,203); }

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