Html Css Color HEX #C058B5 Fuchsia

📋 copy color: '#C058B5'

red 192 ◦ green 88 ◦ blue 181

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

Shades of Fuchsia #C058B5

Tints of Fuchsia #C058B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.26%

R = 41.65%
G = 19.09%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C058B5 (or 0xC058B5) is known color: Fuchsia. HEX triplet: C0, 58 and B5. RGB value is (192,88,181). Sum of RGB (Red+Green+Blue) = 192+88+181=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C058B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C058B5 is #3FA74A. Grayscale: #818181. Windows color (decimal): -4171595 or 11884736. OLE color: 11884736.

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

Color convert

RGB 192 88 181 -
CMYK 0 0.54 0.06 0.25
HSL 306.35º 0.45% 0.55% -
HSV(B) 306.35º 0.54% 0.75% -
XYZ 33.57 21.52 46.1 -
YUV 129.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 192 88 181 0 0.54 0.06 0.25 306.35 0.45 0.55
Hex C0 58 B5 0 36 6 19 132 2D 37
Octal 300 130 265 0 66 6 31 462 55 67
Binary 11000000 1011000 10110101 0 110110 110 11001 100110010 101101 110111

Color Harmonies of #C058B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C058B5

Black with #C058B5

Text Example


Text Example

White with #C058B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C058B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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