#C63DAD

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

Shades of Fuchsia #C63DAD

Tints of Fuchsia #C63DAD

Color information

#C63DAD (or 0xC63DAD) is unknown color: approx Fuchsia. HEX triplet: C6, 3D and AD. RGB value is (198,61,173). Sum of RGB (Red+Green+Blue) = 198+61+173=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C63DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63DAD is #39C252. Grayscale: #727272. Windows color (decimal): -3785299 or 11353542. OLE color: 11353542.

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

Color convert

RGB19861173-
CMYK00.690.130.22
HSL310.95º54.58%50.78%-
HSV(B)310.95º69.19%77.65%-
XYZ32.518.3641.37-
YUV114.73160.89187.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 61 (24.22% from 255) = 14.12%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=45.83%
G=14.12%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986117300.690.130.22310.9554.5850.78
HexC63DAD045D161373733
Octal30675255010515264676763
Binary110001101111011010110101000101110110110100110111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63DAD; }

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

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

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

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

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

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

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

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