Html Css Color HEX #C74AB9 Fuchsia

📋 copy color: '#C74AB9'

red 199 ◦ green 74 ◦ blue 185

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

Shades of Fuchsia #C74AB9

Tints of Fuchsia #C74AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.39%

R = 43.45%
G = 16.16%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C74AB9 (or 0xC74AB9) is known color: Fuchsia. HEX triplet: C7, 4A and B9. RGB value is (199,74,185). Sum of RGB (Red+Green+Blue) = 199+74+185=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C74AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74AB9 is #38B546. Grayscale: #7B7B7B. Windows color (decimal): -3716423 or 12143303. OLE color: 12143303.

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

Color convert

RGB 199 74 185 -
CMYK 0 0.63 0.07 0.22
HSL 306.72º 0.53% 0.54% -
HSV(B) 306.72º 0.63% 0.78% -
XYZ 34.76 20.54 48.03 -
YUV 124.03 162.41 181.47 -
System Red Green Blue C M Y K H S L
Decimal 199 74 185 0 0.63 0.07 0.22 306.72 0.53 0.54
Hex C7 4A B9 0 3F 7 16 133 35 36
Octal 307 112 271 0 77 7 26 463 65 66
Binary 11000111 1001010 10111001 0 111111 111 10110 100110011 110101 110110

Color Harmonies of #C74AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74AB9

Black with #C74AB9

Text Example


Text Example

White with #C74AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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