Html Css Color HEX #C849B5 Fuchsia

📋 copy color: '#C849B5'

red 200 ◦ green 73 ◦ blue 181

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

Shades of Fuchsia #C849B5

Tints of Fuchsia #C849B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.87%

R = 44.05%
G = 16.08%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C849B5 (or 0xC849B5) is known color: Fuchsia. HEX triplet: C8, 49 and B5. RGB value is (200,73,181). Sum of RGB (Red+Green+Blue) = 200+73+181=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C849B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C849B5 is #37B64A. Grayscale: #7A7A7A. Windows color (decimal): -3651147 or 11880904. OLE color: 11880904.

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

Color convert

RGB 200 73 181 -
CMYK 0 0.64 0.09 0.22
HSL 308.98º 0.54% 0.54% -
HSV(B) 308.98º 0.64% 0.78% -
XYZ 34.54 20.38 45.83 -
YUV 123.29 160.58 182.72 -
System Red Green Blue C M Y K H S L
Decimal 200 73 181 0 0.64 0.09 0.22 308.98 0.54 0.54
Hex C8 49 B5 0 40 9 16 135 36 36
Octal 310 111 265 0 100 11 26 465 66 66
Binary 11001000 1001001 10110101 0 1000000 1001 10110 100110101 110110 110110

Color Harmonies of #C849B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C849B5

Black with #C849B5

Text Example


Text Example

White with #C849B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C849B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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