Html Css Color HEX #C058B1 Fuchsia

📋 copy color: '#C058B1'

red 192 ◦ green 88 ◦ blue 177

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

Shades of Fuchsia #C058B1

Tints of Fuchsia #C058B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.73%

R = 42.01%
G = 19.26%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C058B1 (or 0xC058B1) is known color: Fuchsia. HEX triplet: C0, 58 and B1. RGB value is (192,88,177). Sum of RGB (Red+Green+Blue) = 192+88+177=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C058B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C058B1 is #3FA74E. Grayscale: #808080. Windows color (decimal): -4171599 or 11622592. OLE color: 11622592.

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

Color convert

RGB 192 88 177 -
CMYK 0 0.54 0.08 0.25
HSL 308.65º 0.45% 0.55% -
HSV(B) 308.65º 0.54% 0.75% -
XYZ 33.16 21.36 43.97 -
YUV 129.24 154.96 172.76 -
System Red Green Blue C M Y K H S L
Decimal 192 88 177 0 0.54 0.08 0.25 308.65 0.45 0.55
Hex C0 58 B1 0 36 8 19 135 2D 37
Octal 300 130 261 0 66 10 31 465 55 67
Binary 11000000 1011000 10110001 0 110110 1000 11001 100110101 101101 110111

Color Harmonies of #C058B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C058B1

Black with #C058B1

Text Example


Text Example

White with #C058B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C058B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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