Html Css Color HEX #C746AE Fuchsia

📋 copy color: '#C746AE'

red 199 ◦ green 70 ◦ blue 174

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

Shades of Fuchsia #C746AE

Tints of Fuchsia #C746AE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.8%

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

R = 44.92%
G = 15.8%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C746AE (or 0xC746AE) is known color: Fuchsia. HEX triplet: C7, 46 and AE. RGB value is (199,70,174). Sum of RGB (Red+Green+Blue) = 199+70+174=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C746AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C746AE is #38B951. Grayscale: #787878. Windows color (decimal): -3717458 or 11421383. OLE color: 11421383.

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

Color convert

RGB 199 70 174 -
CMYK 0 0.65 0.13 0.22
HSL 311.63º 0.54% 0.53% -
HSV(B) 311.63º 0.65% 0.78% -
XYZ 33.38 19.58 42.06 -
YUV 120.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 199 70 174 0 0.65 0.13 0.22 311.63 0.54 0.53
Hex C7 46 AE 0 41 D 16 138 36 35
Octal 307 106 256 0 101 15 26 470 66 65
Binary 11000111 1000110 10101110 0 1000001 1101 10110 100111000 110110 110101

Color Harmonies of #C746AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C746AE

Black with #C746AE

Text Example


Text Example

White with #C746AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C746AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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