#C63DC2

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

Shades of Fuchsia #C63DC2

Tints of Fuchsia #C63DC2

Color information

#C63DC2 (or 0xC63DC2) is unknown color: approx Fuchsia. HEX triplet: C6, 3D and C2. RGB value is (198,61,194). Sum of RGB (Red+Green+Blue) = 198+61+194=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C63DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DC2 is #39C23D. Grayscale: #747474. Windows color (decimal): -3785278 or 12729798. OLE color: 12729798.

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

Color convert

RGB19861194-
CMYK00.690.020.22
HSL301.75º54.58%50.78%-
HSV(B)301.75º69.19%77.65%-
XYZ34.719.2452.92-
YUV117.12171.39185.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.71%
GREEN value IS 61 (24.22% from 255) = 13.47%
BLUE value IS 194 (76.17% from 255) = 42.83%
R=43.71%
G=13.47%
B=42.83%

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
Decimal1986119400.690.020.22301.7554.5850.78
HexC63DC204521612e3733
Octal3067530201052264566763
Binary1100011011110111000010010001011010110100101110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63DC2; }

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

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

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

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

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

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

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

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