Html Css Color HEX #C049AD Fuchsia

📋 copy color: '#C049AD'

red 192 ◦ green 73 ◦ blue 173

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

Shades of Fuchsia #C049AD

Tints of Fuchsia #C049AD

RGB

 RED value IS 192 (75.39% from 255) = 43.84%

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

 BLUE value IS 173 (67.97% from 255) = 39.5%

R = 43.84%
G = 16.67%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C049AD (or 0xC049AD) is known color: Fuchsia. HEX triplet: C0, 49 and AD. RGB value is (192,73,173). Sum of RGB (Red+Green+Blue) = 192+73+173=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C049AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C049AD is #3FB652. Grayscale: #777777. Windows color (decimal): -4175443 or 11356608. OLE color: 11356608.

HSL color Cylindrical-coordinate representation of color #C049AD: hue angle of 309.58º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C049AD is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 73 173 -
CMYK 0 0.62 0.10 0.25
HSL 309.58º 0.49% 0.52% -
HSV(B) 309.58º 0.62% 0.75% -
XYZ 31.66 18.99 41.53 -
YUV 119.98 157.92 179.37 -
System Red Green Blue C M Y K H S L
Decimal 192 73 173 0 0.62 0.10 0.25 309.58 0.49 0.52
Hex C0 49 AD 0 3E A 19 136 31 34
Octal 300 111 255 0 76 12 31 466 61 64
Binary 11000000 1001001 10101101 0 111110 1010 11001 100110110 110001 110100

Color Harmonies of #C049AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C049AD

Black with #C049AD

Text Example


Text Example

White with #C049AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C049AD; }

 p { color: rgb(192,73,173); }

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

background-color css

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

 a { background-color: rgb(192,73,173); }

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

border-color css

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

 span { border-color: rgb(192,73,173); }

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