Html Css Color HEX #C746AD Fuchsia

📋 copy color: '#C746AD'

red 199 ◦ green 70 ◦ blue 173

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

Shades of Fuchsia #C746AD

Tints of Fuchsia #C746AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.14%

R = 45.02%
G = 15.84%
B = 39.14%

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

#C746AD (or 0xC746AD) is known color: Fuchsia. HEX triplet: C7, 46 and AD. RGB value is (199,70,173). Sum of RGB (Red+Green+Blue) = 199+70+173=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C746AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C746AD is #38B952. Grayscale: #787878. Windows color (decimal): -3717459 or 11355847. OLE color: 11355847.

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

Color convert

RGB 199 70 173 -
CMYK 0 0.65 0.13 0.22
HSL 312.09º 0.54% 0.53% -
HSV(B) 312.09º 0.65% 0.78% -
XYZ 33.29 19.54 41.55 -
YUV 120.31 157.74 184.12 -
System Red Green Blue C M Y K H S L
Decimal 199 70 173 0 0.65 0.13 0.22 312.09 0.54 0.53
Hex C7 46 AD 0 41 D 16 138 36 35
Octal 307 106 255 0 101 15 26 470 66 65
Binary 11000111 1000110 10101101 0 1000001 1101 10110 100111000 110110 110101

Color Harmonies of #C746AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C746AD

Black with #C746AD

Text Example


Text Example

White with #C746AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C746AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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