Html Css Color HEX #C74DAE Fuchsia

📋 copy color: '#C74DAE'

red 199 ◦ green 77 ◦ blue 174

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

Shades of Fuchsia #C74DAE

Tints of Fuchsia #C74DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.11%

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

R = 44.22%
G = 17.11%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C74DAE (or 0xC74DAE) is known color: Fuchsia. HEX triplet: C7, 4D and AE. RGB value is (199,77,174). Sum of RGB (Red+Green+Blue) = 199+77+174=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C74DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74DAE is #38B251. Grayscale: #7C7C7C. Windows color (decimal): -3715666 or 11423175. OLE color: 11423175.

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

Color convert

RGB 199 77 174 -
CMYK 0 0.61 0.13 0.22
HSL 312.3º 0.52% 0.54% -
HSV(B) 312.3º 0.61% 0.78% -
XYZ 33.85 20.51 42.22 -
YUV 124.54 155.92 181.11 -
System Red Green Blue C M Y K H S L
Decimal 199 77 174 0 0.61 0.13 0.22 312.3 0.52 0.54
Hex C7 4D AE 0 3D D 16 138 34 36
Octal 307 115 256 0 75 15 26 470 64 66
Binary 11000111 1001101 10101110 0 111101 1101 10110 100111000 110100 110110

Color Harmonies of #C74DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74DAE

Black with #C74DAE

Text Example


Text Example

White with #C74DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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