Html Css Color HEX #C058C0 Fuchsia

📋 copy color: '#C058C0'

red 192 ◦ green 88 ◦ blue 192

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

Shades of Fuchsia #C058C0

Tints of Fuchsia #C058C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.68%

R = 40.68%
G = 18.64%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C058C0 (or 0xC058C0) is known color: Fuchsia. HEX triplet: C0, 58 and C0. RGB value is (192,88,192). Sum of RGB (Red+Green+Blue) = 192+88+192=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C058C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C058C0 is #3FA73F. Grayscale: #828282. Windows color (decimal): -4171584 or 12605632. OLE color: 12605632.

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

Color convert

RGB 192 88 192 -
CMYK 0 0.54 0 0.25
HSL 300º 0.45% 0.55% -
HSV(B) 300º 0.54% 0.75% -
XYZ 34.74 21.99 52.28 -
YUV 130.95 162.46 171.54 -
System Red Green Blue C M Y K H S L
Decimal 192 88 192 0 0.54 0 0.25 300 0.45 0.55
Hex C0 58 C0 0 36 0 19 12C 2D 37
Octal 300 130 300 0 66 0 31 454 55 67
Binary 11000000 1011000 11000000 0 110110 0 11001 100101100 101101 110111

Color Harmonies of #C058C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C058C0

Black with #C058C0

Text Example


Text Example

White with #C058C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C058C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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