Html Css Color HEX #C048AD Fuchsia

📋 copy color: '#C048AD'

red 192 ◦ green 72 ◦ blue 173

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

Shades of Fuchsia #C048AD

Tints of Fuchsia #C048AD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.48%

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

R = 43.94%
G = 16.48%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C048AD (or 0xC048AD) is known color: Fuchsia. HEX triplet: C0, 48 and AD. RGB value is (192,72,173). Sum of RGB (Red+Green+Blue) = 192+72+173=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C048AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C048AD is #3FB752. Grayscale: #777777. Windows color (decimal): -4175699 or 11356352. OLE color: 11356352.

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

Color convert

RGB 192 72 173 -
CMYK 0 0.63 0.10 0.25
HSL 309.5º 0.49% 0.52% -
HSV(B) 309.5º 0.63% 0.75% -
XYZ 31.6 18.86 41.51 -
YUV 119.39 158.26 179.79 -
System Red Green Blue C M Y K H S L
Decimal 192 72 173 0 0.63 0.10 0.25 309.5 0.49 0.52
Hex C0 48 AD 0 3F A 19 136 31 34
Octal 300 110 255 0 77 12 31 466 61 64
Binary 11000000 1001000 10101101 0 111111 1010 11001 100110110 110001 110100

Color Harmonies of #C048AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048AD

Black with #C048AD

Text Example


Text Example

White with #C048AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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