Html Css Color HEX #C74AA9 Fuchsia

📋 copy color: '#C74AA9'

red 199 ◦ green 74 ◦ blue 169

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

Shades of Fuchsia #C74AA9

Tints of Fuchsia #C74AA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 38.24%

R = 45.02%
G = 16.74%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C74AA9 (or 0xC74AA9) is known color: Fuchsia. HEX triplet: C7, 4A and A9. RGB value is (199,74,169). Sum of RGB (Red+Green+Blue) = 199+74+169=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C74AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74AA9 is #38B556. Grayscale: #797979. Windows color (decimal): -3716439 or 11094727. OLE color: 11094727.

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

Color convert

RGB 199 74 169 -
CMYK 0 0.63 0.15 0.22
HSL 314.4º 0.53% 0.54% -
HSV(B) 314.4º 0.63% 0.78% -
XYZ 33.16 19.9 39.63 -
YUV 122.21 154.41 182.78 -
System Red Green Blue C M Y K H S L
Decimal 199 74 169 0 0.63 0.15 0.22 314.4 0.53 0.54
Hex C7 4A A9 0 3F F 16 13A 35 36
Octal 307 112 251 0 77 17 26 472 65 66
Binary 11000111 1001010 10101001 0 111111 1111 10110 100111010 110101 110110

Color Harmonies of #C74AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74AA9

Black with #C74AA9

Text Example


Text Example

White with #C74AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74AA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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