Html Css Color HEX #C048AB Fuchsia

📋 copy color: '#C048AB'

red 192 ◦ green 72 ◦ blue 171

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

Shades of Fuchsia #C048AB

Tints of Fuchsia #C048AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.31%

R = 44.14%
G = 16.55%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C048AB (or 0xC048AB) is known color: Fuchsia. HEX triplet: C0, 48 and AB. RGB value is (192,72,171). Sum of RGB (Red+Green+Blue) = 192+72+171=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C048AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C048AB is #3FB754. Grayscale: #767676. Windows color (decimal): -4175701 or 11225280. OLE color: 11225280.

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

Color convert

RGB 192 72 171 -
CMYK 0 0.63 0.11 0.25
HSL 310.5º 0.49% 0.52% -
HSV(B) 310.5º 0.63% 0.75% -
XYZ 31.41 18.78 40.5 -
YUV 119.17 157.26 179.95 -
System Red Green Blue C M Y K H S L
Decimal 192 72 171 0 0.63 0.11 0.25 310.5 0.49 0.52
Hex C0 48 AB 0 3F B 19 136 31 34
Octal 300 110 253 0 77 13 31 466 61 64
Binary 11000000 1001000 10101011 0 111111 1011 11001 100110110 110001 110100

Color Harmonies of #C048AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048AB

Black with #C048AB

Text Example


Text Example

White with #C048AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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