Html Css Color HEX #C74AAC Fuchsia

📋 copy color: '#C74AAC'

red 199 ◦ green 74 ◦ blue 172

#C74AAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C74AAC

Tints of Fuchsia #C74AAC

RGB

 RED value IS 199 (78.13% from 255) = 44.72%

 GREEN value IS 74 (29.3% from 255) = 16.63%

 BLUE value IS 172 (67.58% from 255) = 38.65%

R = 44.72%
G = 16.63%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C74AAC (or 0xC74AAC) is known color: Fuchsia. HEX triplet: C7, 4A and AC. RGB value is (199,74,172). Sum of RGB (Red+Green+Blue) = 199+74+172=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C74AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74AAC is #38B553. Grayscale: #7A7A7A. Windows color (decimal): -3716436 or 11291335. OLE color: 11291335.

HSL color Cylindrical-coordinate representation of color #C74AAC: hue angle of 312.96º 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 #C74AAC is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 74 172 -
CMYK 0 0.63 0.14 0.22
HSL 312.96º 0.53% 0.54% -
HSV(B) 312.96º 0.63% 0.78% -
XYZ 33.45 20.02 41.13 -
YUV 122.55 155.91 182.53 -
System Red Green Blue C M Y K H S L
Decimal 199 74 172 0 0.63 0.14 0.22 312.96 0.53 0.54
Hex C7 4A AC 0 3F E 16 139 35 36
Octal 307 112 254 0 77 16 26 471 65 66
Binary 11000111 1001010 10101100 0 111111 1110 10110 100111001 110101 110110

Color Harmonies of #C74AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74AAC

Black with #C74AAC

Text Example


Text Example

White with #C74AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74AAC; }

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

 H1.HeaderClassName
 {
   color: #C74AAC;
 }
 .AnyTagClassName
 {
   color: #C74AAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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