Html Css Color HEX #C058AC Fuchsia

📋 copy color: '#C058AC'

red 192 ◦ green 88 ◦ blue 172

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

Shades of Fuchsia #C058AC

Tints of Fuchsia #C058AC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.47%

 BLUE value IS 172 (67.58% from 255) = 38.05%

R = 42.48%
G = 19.47%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C058AC (or 0xC058AC) is known color: Fuchsia. HEX triplet: C0, 58 and AC. RGB value is (192,88,172). Sum of RGB (Red+Green+Blue) = 192+88+172=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C058AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C058AC is #3FA753. Grayscale: #808080. Windows color (decimal): -4171604 or 11294912. OLE color: 11294912.

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

Color convert

RGB 192 88 172 -
CMYK 0 0.54 0.10 0.25
HSL 311.54º 0.45% 0.55% -
HSV(B) 311.54º 0.54% 0.75% -
XYZ 32.67 21.16 41.39 -
YUV 128.67 152.46 173.17 -
System Red Green Blue C M Y K H S L
Decimal 192 88 172 0 0.54 0.10 0.25 311.54 0.45 0.55
Hex C0 58 AC 0 36 A 19 138 2D 37
Octal 300 130 254 0 66 12 31 470 55 67
Binary 11000000 1011000 10101100 0 110110 1010 11001 100111000 101101 110111

Color Harmonies of #C058AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C058AC

Black with #C058AC

Text Example


Text Example

White with #C058AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C058AC; }

 p { color: rgb(192,88,172); }

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

background-color css

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

 a { background-color: rgb(192,88,172); }

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

border-color css

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

 span { border-color: rgb(192,88,172); }

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