#C63DD0

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

Shades of Fuchsia #C63DD0

Tints of Fuchsia #C63DD0

Color information

#C63DD0 (or 0xC63DD0) is unknown color: approx Fuchsia. HEX triplet: C6, 3D and D0. RGB value is (198,61,208). Sum of RGB (Red+Green+Blue) = 198+61+208=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #C63DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DD0 is #39C22F. Grayscale: #767676. Windows color (decimal): -3785264 or 13647302. OLE color: 13647302.

HSL color Cylindrical-coordinate representation of color #C63DD0: hue angle of 295.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63DD0 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19861208-
CMYK0.050.7100.18
HSL295.92º61%52.75%-
HSV(B)295.92º70.67%81.57%-
XYZ36.3419.961.6-
YUV118.72178.39184.55-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.40%
GREEN value IS 61 (24.22% from 255) = 13.06%
BLUE value IS 208 (81.64% from 255) = 44.54%
R=42.40%
G=13.06%
B=44.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal198612080.050.7100.18295.926152.75
HexC63DD05470121283d35
Octal3067532051070224507565
Binary11000110111101110100001011000111010010100101000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63DD0; }

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

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

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

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

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

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

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

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