Html Css Color HEX #C74AB1 Fuchsia

📋 copy color: '#C74AB1'

red 199 ◦ green 74 ◦ blue 177

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

Shades of Fuchsia #C74AB1

Tints of Fuchsia #C74AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.33%

R = 44.22%
G = 16.44%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C74AB1 (or 0xC74AB1) is known color: Fuchsia. HEX triplet: C7, 4A and B1. RGB value is (199,74,177). Sum of RGB (Red+Green+Blue) = 199+74+177=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C74AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74AB1 is #38B54E. Grayscale: #7A7A7A. Windows color (decimal): -3716431 or 11619015. OLE color: 11619015.

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

Color convert

RGB 199 74 177 -
CMYK 0 0.63 0.11 0.22
HSL 310.56º 0.53% 0.54% -
HSV(B) 310.56º 0.63% 0.78% -
XYZ 33.94 20.21 43.71 -
YUV 123.12 158.41 182.12 -
System Red Green Blue C M Y K H S L
Decimal 199 74 177 0 0.63 0.11 0.22 310.56 0.53 0.54
Hex C7 4A B1 0 3F B 16 137 35 36
Octal 307 112 261 0 77 13 26 467 65 66
Binary 11000111 1001010 10110001 0 111111 1011 10110 100110111 110101 110110

Color Harmonies of #C74AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74AB1

Black with #C74AB1

Text Example


Text Example

White with #C74AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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