Html Css Color HEX #C058BC Fuchsia

📋 copy color: '#C058BC'

red 192 ◦ green 88 ◦ blue 188

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

Shades of Fuchsia #C058BC

Tints of Fuchsia #C058BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 41.03%
G = 18.8%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C058BC (or 0xC058BC) is known color: Fuchsia. HEX triplet: C0, 58 and BC. RGB value is (192,88,188). Sum of RGB (Red+Green+Blue) = 192+88+188=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C058BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C058BC is #3FA743. Grayscale: #828282. Windows color (decimal): -4171588 or 12343488. OLE color: 12343488.

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

Color convert

RGB 192 88 188 -
CMYK 0 0.54 0.02 0.25
HSL 302.31º 0.45% 0.55% -
HSV(B) 302.31º 0.54% 0.75% -
XYZ 34.31 21.82 49.98 -
YUV 130.5 160.46 171.87 -
System Red Green Blue C M Y K H S L
Decimal 192 88 188 0 0.54 0.02 0.25 302.31 0.45 0.55
Hex C0 58 BC 0 36 2 19 12E 2D 37
Octal 300 130 274 0 66 2 31 456 55 67
Binary 11000000 1011000 10111100 0 110110 10 11001 100101110 101101 110111

Color Harmonies of #C058BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C058BC

Black with #C058BC

Text Example


Text Example

White with #C058BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C058BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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