Html Css Color HEX #C74AAD Fuchsia

📋 copy color: '#C74AAD'

red 199 ◦ green 74 ◦ blue 173

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

Shades of Fuchsia #C74AAD

Tints of Fuchsia #C74AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.79%

R = 44.62%
G = 16.59%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C74AAD (or 0xC74AAD) is known color: Fuchsia. HEX triplet: C7, 4A and AD. RGB value is (199,74,173). Sum of RGB (Red+Green+Blue) = 199+74+173=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C74AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74AAD is #38B552. Grayscale: #7A7A7A. Windows color (decimal): -3716435 or 11356871. OLE color: 11356871.

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

Color convert

RGB 199 74 173 -
CMYK 0 0.63 0.13 0.22
HSL 312.48º 0.53% 0.54% -
HSV(B) 312.48º 0.63% 0.78% -
XYZ 33.54 20.06 41.64 -
YUV 122.66 156.41 182.45 -
System Red Green Blue C M Y K H S L
Decimal 199 74 173 0 0.63 0.13 0.22 312.48 0.53 0.54
Hex C7 4A AD 0 3F D 16 138 35 36
Octal 307 112 255 0 77 15 26 470 65 66
Binary 11000111 1001010 10101101 0 111111 1101 10110 100111000 110101 110110

Color Harmonies of #C74AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74AAD

Black with #C74AAD

Text Example


Text Example

White with #C74AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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