Html Css Color HEX #C847AD Fuchsia

📋 copy color: '#C847AD'

red 200 ◦ green 71 ◦ blue 173

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

Shades of Fuchsia #C847AD

Tints of Fuchsia #C847AD

RGB

 RED value IS 200 (78.52% from 255) = 45.05%

 GREEN value IS 71 (28.13% from 255) = 15.99%

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

R = 45.05%
G = 15.99%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C847AD (or 0xC847AD) is known color: Fuchsia. HEX triplet: C8, 47 and AD. RGB value is (200,71,173). Sum of RGB (Red+Green+Blue) = 200+71+173=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C847AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C847AD is #37B852. Grayscale: #787878. Windows color (decimal): -3651667 or 11356104. OLE color: 11356104.

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

Color convert

RGB 200 71 173 -
CMYK 0 0.64 0.14 0.22
HSL 312.56º 0.54% 0.53% -
HSV(B) 312.56º 0.65% 0.78% -
XYZ 33.62 19.8 41.59 -
YUV 121.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 200 71 173 0 0.64 0.14 0.22 312.56 0.54 0.53
Hex C8 47 AD 0 40 E 16 139 36 35
Octal 310 107 255 0 100 16 26 471 66 65
Binary 11001000 1000111 10101101 0 1000000 1110 10110 100111001 110110 110101

Color Harmonies of #C847AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C847AD

Black with #C847AD

Text Example


Text Example

White with #C847AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C847AD; }

 p { color: rgb(200,71,173); }

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

background-color css

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

 a { background-color: rgb(200,71,173); }

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

border-color css

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

 span { border-color: rgb(200,71,173); }

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