#C74ABB

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

Shades of Fuchsia #C74ABB

Tints of Fuchsia #C74ABB

Color information

#C74ABB (or 0xC74ABB) is unknown color: approx Fuchsia. HEX triplet: C7, 4A and BB. RGB value is (199,74,187). Sum of RGB (Red+Green+Blue) = 199+74+187=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C74ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74ABB is #38B544. Grayscale: #7B7B7B. Windows color (decimal): -3716421 or 12274375. OLE color: 12274375.

HSL color Cylindrical-coordinate representation of color #C74ABB: hue angle of 305.76º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74ABB is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB19974187-
CMYK00.630.060.22
HSL305.76º52.74%53.53%-
HSV(B)305.76º62.81%78.04%-
XYZ34.9720.6349.15-
YUV124.26163.41181.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.26%
GREEN value IS 74 (29.30% from 255) = 16.09%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=43.26%
G=16.09%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997418700.630.060.22305.7652.7453.53
HexC74ABB03F6161323536
Octal3071122730776264626566
Binary11000111100101010111011011111111010110100110010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74ABB; }

 p { color: rgb(199,74,187); }

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

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

 a { background-color: rgb(199,74,187); }

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

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

 span { border-color: rgb(199,74,187); }

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