Html Css Color HEX #C849AF Fuchsia

📋 copy color: '#C849AF'

red 200 ◦ green 73 ◦ blue 175

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

Shades of Fuchsia #C849AF

Tints of Fuchsia #C849AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.06%

R = 44.64%
G = 16.29%
B = 39.06%

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

#C849AF (or 0xC849AF) is known color: Fuchsia. HEX triplet: C8, 49 and AF. RGB value is (200,73,175). Sum of RGB (Red+Green+Blue) = 200+73+175=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C849AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C849AF is #37B650. Grayscale: #7A7A7A. Windows color (decimal): -3651153 or 11487688. OLE color: 11487688.

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

Color convert

RGB 200 73 175 -
CMYK 0 0.64 0.12 0.22
HSL 311.81º 0.54% 0.54% -
HSV(B) 311.81º 0.64% 0.78% -
XYZ 33.94 20.14 42.66 -
YUV 122.6 157.58 183.21 -
System Red Green Blue C M Y K H S L
Decimal 200 73 175 0 0.64 0.12 0.22 311.81 0.54 0.54
Hex C8 49 AF 0 40 C 16 138 36 36
Octal 310 111 257 0 100 14 26 470 66 66
Binary 11001000 1001001 10101111 0 1000000 1100 10110 100111000 110110 110110

Color Harmonies of #C849AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C849AF

Black with #C849AF

Text Example


Text Example

White with #C849AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C849AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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