#C63DC3

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

Shades of Fuchsia #C63DC3

Tints of Fuchsia #C63DC3

Color information

#C63DC3 (or 0xC63DC3) is unknown color: approx Fuchsia. HEX triplet: C6, 3D and C3. RGB value is (198,61,195). Sum of RGB (Red+Green+Blue) = 198+61+195=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C63DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DC3 is #39C23C. Grayscale: #747474. Windows color (decimal): -3785277 or 12795334. OLE color: 12795334.

HSL color Cylindrical-coordinate representation of color #C63DC3: hue angle of 301.31º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63DC3 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB19861195-
CMYK00.690.020.22
HSL301.31º54.58%50.78%-
HSV(B)301.31º69.19%77.65%-
XYZ34.8119.2853.52-
YUV117.24171.89185.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.61%
GREEN value IS 61 (24.22% from 255) = 13.44%
BLUE value IS 195 (76.56% from 255) = 42.95%
R=43.61%
G=13.44%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986119500.690.020.22301.3154.5850.78
HexC63DC304521612d3733
Octal3067530301052264556763
Binary1100011011110111000011010001011010110100101101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63DC3; }

 p { color: rgb(198,61,195); }

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

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

 a { background-color: rgb(198,61,195); }

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

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

 span { border-color: rgb(198,61,195); }

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