Html Css Color HEX #C049A8 Fuchsia

📋 copy color: '#C049A8'

red 192 ◦ green 73 ◦ blue 168

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

Shades of Fuchsia #C049A8

Tints of Fuchsia #C049A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.8%

R = 44.34%
G = 16.86%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C049A8 (or 0xC049A8) is known color: Fuchsia. HEX triplet: C0, 49 and A8. RGB value is (192,73,168). Sum of RGB (Red+Green+Blue) = 192+73+168=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C049A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C049A8 is #3FB657. Grayscale: #777777. Windows color (decimal): -4175448 or 11028928. OLE color: 11028928.

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

Color convert

RGB 192 73 168 -
CMYK 0 0.62 0.12 0.25
HSL 312.1º 0.49% 0.52% -
HSV(B) 312.1º 0.62% 0.75% -
XYZ 31.19 18.8 39.03 -
YUV 119.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 192 73 168 0 0.62 0.12 0.25 312.1 0.49 0.52
Hex C0 49 A8 0 3E C 19 138 31 34
Octal 300 111 250 0 76 14 31 470 61 64
Binary 11000000 1001001 10101000 0 111110 1100 11001 100111000 110001 110100

Color Harmonies of #C049A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C049A8

Black with #C049A8

Text Example


Text Example

White with #C049A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C049A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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