Html Css Color HEX #C847B0 Fuchsia

📋 copy color: '#C847B0'

red 200 ◦ green 71 ◦ blue 176

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

Shades of Fuchsia #C847B0

Tints of Fuchsia #C847B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.37%

R = 44.74%
G = 15.88%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C847B0 (or 0xC847B0) is known color: Fuchsia. HEX triplet: C8, 47 and B0. RGB value is (200,71,176). Sum of RGB (Red+Green+Blue) = 200+71+176=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C847B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C847B0 is #37B84F. Grayscale: #797979. Windows color (decimal): -3651664 or 11552712. OLE color: 11552712.

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

Color convert

RGB 200 71 176 -
CMYK 0 0.64 0.12 0.22
HSL 311.16º 0.54% 0.53% -
HSV(B) 311.16º 0.65% 0.78% -
XYZ 33.91 19.92 43.13 -
YUV 121.54 158.74 183.96 -
System Red Green Blue C M Y K H S L
Decimal 200 71 176 0 0.64 0.12 0.22 311.16 0.54 0.53
Hex C8 47 B0 0 40 C 16 137 36 35
Octal 310 107 260 0 100 14 26 467 66 65
Binary 11001000 1000111 10110000 0 1000000 1100 10110 100110111 110110 110101

Color Harmonies of #C847B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C847B0

Black with #C847B0

Text Example


Text Example

White with #C847B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C847B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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