#C747CA

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

Shades of Fuchsia #C747CA

Tints of Fuchsia #C747CA

Color information

#C747CA (or 0xC747CA) is unknown color: approx Fuchsia. HEX triplet: C7, 47 and CA. RGB value is (199,71,202). Sum of RGB (Red+Green+Blue) = 199+71+202=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 71 (28.12% from 255 or 15.04% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #C747CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747CA is #38B835. Grayscale: #7B7B7B. Windows color (decimal): -3717174 or 13256647. OLE color: 13256647.

HSL color Cylindrical-coordinate representation of color #C747CA: hue angle of 298.63º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C747CA is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19971202-
CMYK0.010.6500.21
HSL298.63º55.27%53.53%-
HSV(B)298.63º64.85%79.22%-
XYZ36.4720.9157.99-
YUV124.21171.91181.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.16%
GREEN value IS 71 (28.12% from 255) = 15.04%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=42.16%
G=15.04%
B=42.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal199712020.010.6500.21298.6355.2753.53
HexC747CA14101512b3736
Octal30710731211010254536766
Binary1100011110001111100101011000001010101100101011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C747CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C747CA; }

 p { color: rgb(199,71,202); }

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

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

 a { background-color: rgb(199,71,202); }

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

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

 span { border-color: rgb(199,71,202); }

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