#C463CC

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

Shades of Fuchsia #C463CC

Tints of Fuchsia #C463CC

Color information

#C463CC (or 0xC463CC) is unknown color: approx Fuchsia. HEX triplet: C4, 63 and CC. RGB value is (196,99,204). Sum of RGB (Red+Green+Blue) = 196+99+204=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #C463CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C463CC is #3B9C33. Grayscale: #8B8B8B. Windows color (decimal): -3906612 or 13394884. OLE color: 13394884.

HSL color Cylindrical-coordinate representation of color #C463CC: hue angle of 295.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C463CC is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19699204-
CMYK0.040.5100.2
HSL295.43º50.72%59.41%-
HSV(B)295.43º51.47%80%-
XYZ38.1325.0259.95-
YUV139.97164.14167.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.28%
GREEN value IS 99 (39.06% from 255) = 19.84%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=39.28%
G=19.84%
B=40.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal196992040.040.5100.2295.4350.7259.41
HexC463CC433014127333b
Octal3041433144630244476373
Binary11000100110001111001100100110011010100100100111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C463CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C463CC; }

 p { color: rgb(196,99,204); }

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

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

 a { background-color: rgb(196,99,204); }

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

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

 span { border-color: rgb(196,99,204); }

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