Html Css Color HEX #C74BAE Fuchsia

📋 copy color: '#C74BAE'

red 199 ◦ green 75 ◦ blue 174

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

Shades of Fuchsia #C74BAE

Tints of Fuchsia #C74BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.84%

R = 44.42%
G = 16.74%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C74BAE (or 0xC74BAE) is known color: Fuchsia. HEX triplet: C7, 4B and AE. RGB value is (199,75,174). Sum of RGB (Red+Green+Blue) = 199+75+174=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74BAE is #38B451. Grayscale: #7B7B7B. Windows color (decimal): -3716178 or 11422663. OLE color: 11422663.

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

Color convert

RGB 199 75 174 -
CMYK 0 0.62 0.13 0.22
HSL 312.1º 0.53% 0.54% -
HSV(B) 312.1º 0.62% 0.78% -
XYZ 33.71 20.23 42.17 -
YUV 123.36 156.58 181.95 -
System Red Green Blue C M Y K H S L
Decimal 199 75 174 0 0.62 0.13 0.22 312.1 0.53 0.54
Hex C7 4B AE 0 3E D 16 138 35 36
Octal 307 113 256 0 76 15 26 470 65 66
Binary 11000111 1001011 10101110 0 111110 1101 10110 100111000 110101 110110

Color Harmonies of #C74BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74BAE

Black with #C74BAE

Text Example


Text Example

White with #C74BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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