Html Css Color HEX #C849B0 Fuchsia

📋 copy color: '#C849B0'

red 200 ◦ green 73 ◦ blue 176

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

Shades of Fuchsia #C849B0

Tints of Fuchsia #C849B0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.26%

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

R = 44.54%
G = 16.26%
B = 39.2%

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

#C849B0 (or 0xC849B0) is known color: Fuchsia. HEX triplet: C8, 49 and B0. RGB value is (200,73,176). Sum of RGB (Red+Green+Blue) = 200+73+176=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C849B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C849B0 is #37B64F. Grayscale: #7A7A7A. Windows color (decimal): -3651152 or 11553224. OLE color: 11553224.

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

Color convert

RGB 200 73 176 -
CMYK 0 0.64 0.12 0.22
HSL 311.34º 0.54% 0.54% -
HSV(B) 311.34º 0.64% 0.78% -
XYZ 34.04 20.18 43.18 -
YUV 122.72 158.08 183.12 -
System Red Green Blue C M Y K H S L
Decimal 200 73 176 0 0.64 0.12 0.22 311.34 0.54 0.54
Hex C8 49 B0 0 40 C 16 137 36 36
Octal 310 111 260 0 100 14 26 467 66 66
Binary 11001000 1001001 10110000 0 1000000 1100 10110 100110111 110110 110110

Color Harmonies of #C849B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C849B0

Black with #C849B0

Text Example


Text Example

White with #C849B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C849B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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