Html Css Color HEX #C058AA Fuchsia

📋 copy color: '#C058AA'

red 192 ◦ green 88 ◦ blue 170

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

Shades of Fuchsia #C058AA

Tints of Fuchsia #C058AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.78%

R = 42.67%
G = 19.56%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C058AA (or 0xC058AA) is known color: Fuchsia. HEX triplet: C0, 58 and AA. RGB value is (192,88,170). Sum of RGB (Red+Green+Blue) = 192+88+170=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C058AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C058AA is #3FA755. Grayscale: #808080. Windows color (decimal): -4171606 or 11163840. OLE color: 11163840.

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

Color convert

RGB 192 88 170 -
CMYK 0 0.54 0.11 0.25
HSL 312.69º 0.45% 0.55% -
HSV(B) 312.69º 0.54% 0.75% -
XYZ 32.48 21.09 40.39 -
YUV 128.44 151.46 173.33 -
System Red Green Blue C M Y K H S L
Decimal 192 88 170 0 0.54 0.11 0.25 312.69 0.45 0.55
Hex C0 58 AA 0 36 B 19 139 2D 37
Octal 300 130 252 0 66 13 31 471 55 67
Binary 11000000 1011000 10101010 0 110110 1011 11001 100111001 101101 110111

Color Harmonies of #C058AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C058AA

Black with #C058AA

Text Example


Text Example

White with #C058AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C058AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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