Html Css Color HEX #C74FA9 Fuchsia

📋 copy color: '#C74FA9'

red 199 ◦ green 79 ◦ blue 169

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

Shades of Fuchsia #C74FA9

Tints of Fuchsia #C74FA9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.67%

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

R = 44.52%
G = 17.67%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C74FA9 (or 0xC74FA9) is known color: Fuchsia. HEX triplet: C7, 4F and A9. RGB value is (199,79,169). Sum of RGB (Red+Green+Blue) = 199+79+169=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C74FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74FA9 is #38B056. Grayscale: #7C7C7C. Windows color (decimal): -3715159 or 11096007. OLE color: 11096007.

HSL color Cylindrical-coordinate representation of color #C74FA9: hue angle of 315º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C74FA9 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 79 169 -
CMYK 0 0.60 0.15 0.22
HSL 315º 0.52% 0.55% -
HSV(B) 315º 0.6% 0.78% -
XYZ 33.51 20.6 39.75 -
YUV 125.14 152.76 180.68 -
System Red Green Blue C M Y K H S L
Decimal 199 79 169 0 0.60 0.15 0.22 315 0.52 0.55
Hex C7 4F A9 0 3C F 16 13B 34 37
Octal 307 117 251 0 74 17 26 473 64 67
Binary 11000111 1001111 10101001 0 111100 1111 10110 100111011 110100 110111

Color Harmonies of #C74FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74FA9

Black with #C74FA9

Text Example


Text Example

White with #C74FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74FA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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