#C74ACA

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

Shades of Fuchsia #C74ACA

Tints of Fuchsia #C74ACA

Color information

#C74ACA (or 0xC74ACA) is unknown color: approx Fuchsia. HEX triplet: C7, 4A and CA. RGB value is (199,74,202). Sum of RGB (Red+Green+Blue) = 199+74+202=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #C74ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74ACA is #38B535. Grayscale: #7D7D7D. Windows color (decimal): -3716406 or 13257415. OLE color: 13257415.

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

Color convert

RGB19974202-
CMYK0.010.6300.21
HSL298.59º54.7%54.12%-
HSV(B)298.59º63.37%79.22%-
XYZ36.6621.358.06-
YUV125.97170.91180.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.89%
GREEN value IS 74 (29.30% from 255) = 15.58%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=41.89%
G=15.58%
B=42.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal199742020.010.6300.21298.5954.754.12
HexC74ACA13F01512b3736
Octal3071123121770254536766
Binary110001111001010110010101111111010101100101011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74ACA; }

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

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

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

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

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

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

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

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