Html Css Color HEX #C058CB Fuchsia

📋 copy color: '#C058CB'

red 192 ◦ green 88 ◦ blue 203

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

Shades of Fuchsia #C058CB

Tints of Fuchsia #C058CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 39.75%
G = 18.22%
B = 42.03%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C058CB (or 0xC058CB) is known color: Fuchsia. HEX triplet: C0, 58 and CB. RGB value is (192,88,203). Sum of RGB (Red+Green+Blue) = 192+88+203=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #C058CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C058CB is #3FA734. Grayscale: #838383. Windows color (decimal): -4171573 or 13326528. OLE color: 13326528.

HSL color Cylindrical-coordinate representation of color #C058CB: hue angle of 294.26º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C058CB is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 88 203 -
CMYK 0.05 0.57 0 0.20
HSL 294.26º 0.53% 0.57% -
HSV(B) 294.26º 0.57% 0.8% -
XYZ 36.01 22.5 58.94 -
YUV 132.21 167.96 170.65 -
System Red Green Blue C M Y K H S L
Decimal 192 88 203 0.05 0.57 0 0.20 294.26 0.53 0.57
Hex C0 58 CB 5 39 0 14 126 35 39
Octal 300 130 313 5 71 0 24 446 65 71
Binary 11000000 1011000 11001011 101 111001 0 10100 100100110 110101 111001

Color Harmonies of #C058CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C058CB

Black with #C058CB

Text Example


Text Example

White with #C058CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C058CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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