Html Css Color HEX #C74BA9 Fuchsia

📋 copy color: '#C74BA9'

red 199 ◦ green 75 ◦ blue 169

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

Shades of Fuchsia #C74BA9

Tints of Fuchsia #C74BA9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.93%

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

R = 44.92%
G = 16.93%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C74BA9 (or 0xC74BA9) is known color: Fuchsia. HEX triplet: C7, 4B and A9. RGB value is (199,75,169). Sum of RGB (Red+Green+Blue) = 199+75+169=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74BA9 is #38B456. Grayscale: #7A7A7A. Windows color (decimal): -3716183 or 11094983. OLE color: 11094983.

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

Color convert

RGB 199 75 169 -
CMYK 0 0.62 0.15 0.22
HSL 314.52º 0.53% 0.54% -
HSV(B) 314.52º 0.62% 0.78% -
XYZ 33.23 20.04 39.65 -
YUV 122.79 154.08 182.36 -
System Red Green Blue C M Y K H S L
Decimal 199 75 169 0 0.62 0.15 0.22 314.52 0.53 0.54
Hex C7 4B A9 0 3E F 16 13B 35 36
Octal 307 113 251 0 76 17 26 473 65 66
Binary 11000111 1001011 10101001 0 111110 1111 10110 100111011 110101 110110

Color Harmonies of #C74BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74BA9

Black with #C74BA9

Text Example


Text Example

White with #C74BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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