Html Css Color HEX #C849BB Fuchsia

📋 copy color: '#C849BB'

red 200 ◦ green 73 ◦ blue 187

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

Shades of Fuchsia #C849BB

Tints of Fuchsia #C849BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.65%

R = 43.48%
G = 15.87%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C849BB (or 0xC849BB) is known color: Fuchsia. HEX triplet: C8, 49 and BB. RGB value is (200,73,187). Sum of RGB (Red+Green+Blue) = 200+73+187=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C849BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C849BB is #37B644. Grayscale: #7B7B7B. Windows color (decimal): -3651141 or 12274120. OLE color: 12274120.

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

Color convert

RGB 200 73 187 -
CMYK 0 0.64 0.06 0.22
HSL 306.14º 0.54% 0.54% -
HSV(B) 306.14º 0.64% 0.78% -
XYZ 35.17 20.63 49.14 -
YUV 123.97 163.58 182.23 -
System Red Green Blue C M Y K H S L
Decimal 200 73 187 0 0.64 0.06 0.22 306.14 0.54 0.54
Hex C8 49 BB 0 40 6 16 132 36 36
Octal 310 111 273 0 100 6 26 462 66 66
Binary 11001000 1001001 10111011 0 1000000 110 10110 100110010 110110 110110

Color Harmonies of #C849BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C849BB

Black with #C849BB

Text Example


Text Example

White with #C849BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C849BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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