Html Css Color HEX #C058BA Fuchsia

📋 copy color: '#C058BA'

red 192 ◦ green 88 ◦ blue 186

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

Shades of Fuchsia #C058BA

Tints of Fuchsia #C058BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.91%

R = 41.2%
G = 18.88%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C058BA (or 0xC058BA) is known color: Fuchsia. HEX triplet: C0, 58 and BA. RGB value is (192,88,186). Sum of RGB (Red+Green+Blue) = 192+88+186=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C058BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C058BA is #3FA745. Grayscale: #818181. Windows color (decimal): -4171590 or 12212416. OLE color: 12212416.

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

Color convert

RGB 192 88 186 -
CMYK 0 0.54 0.03 0.25
HSL 303.46º 0.45% 0.55% -
HSV(B) 303.46º 0.54% 0.75% -
XYZ 34.09 21.73 48.85 -
YUV 130.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 192 88 186 0 0.54 0.03 0.25 303.46 0.45 0.55
Hex C0 58 BA 0 36 3 19 12F 2D 37
Octal 300 130 272 0 66 3 31 457 55 67
Binary 11000000 1011000 10111010 0 110110 11 11001 100101111 101101 110111

Color Harmonies of #C058BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C058BA

Black with #C058BA

Text Example


Text Example

White with #C058BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C058BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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