#C63DCC

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

Shades of Fuchsia #C63DCC

Tints of Fuchsia #C63DCC

Color information

#C63DCC (or 0xC63DCC) is unknown color: approx Fuchsia. HEX triplet: C6, 3D and CC. RGB value is (198,61,204). Sum of RGB (Red+Green+Blue) = 198+61+204=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #C63DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DCC is #39C233. Grayscale: #757575. Windows color (decimal): -3785268 or 13385158. OLE color: 13385158.

HSL color Cylindrical-coordinate representation of color #C63DCC: hue angle of 297.48º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63DCC is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19861204-
CMYK0.030.7000.2
HSL297.48º58.37%51.96%-
HSV(B)297.48º70.1%80%-
XYZ35.8619.759.04-
YUV118.26176.39184.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.76%
GREEN value IS 61 (24.22% from 255) = 13.17%
BLUE value IS 204 (80.08% from 255) = 44.06%
R=42.76%
G=13.17%
B=44.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal198612040.030.7000.2297.4858.3751.96
HexC63DCC3460141293a34
Octal3067531431060244517264
Binary1100011011110111001100111000110010100100101001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63DCC; }

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

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

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

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

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

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

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

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