Html Css Color HEX #C558CB Fuchsia

📋 copy color: '#C558CB'

red 197 ◦ green 88 ◦ blue 203

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

Shades of Fuchsia #C558CB

Tints of Fuchsia #C558CB

RGB

 RED value IS 197 (77.34% from 255) = 40.37%

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

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

R = 40.37%
G = 18.03%
B = 41.6%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C558CB (or 0xC558CB) is known color: Fuchsia. HEX triplet: C5, 58 and CB. RGB value is (197,88,203). Sum of RGB (Red+Green+Blue) = 197+88+203=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #C558CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558CB is #3AA734. Grayscale: #858585. Windows color (decimal): -3843893 or 13326533. OLE color: 13326533.

HSL color Cylindrical-coordinate representation of color #C558CB: hue angle of 296.87º 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 #C558CB is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 88 203 -
CMYK 0.03 0.57 0 0.20
HSL 296.87º 0.53% 0.57% -
HSV(B) 296.87º 0.57% 0.8% -
XYZ 37.3 23.16 59 -
YUV 133.7 167.11 173.15 -
System Red Green Blue C M Y K H S L
Decimal 197 88 203 0.03 0.57 0 0.20 296.87 0.53 0.57
Hex C5 58 CB 3 39 0 14 129 35 39
Octal 305 130 313 3 71 0 24 451 65 71
Binary 11000101 1011000 11001011 11 111001 0 10100 100101001 110101 111001

Color Harmonies of #C558CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C558CB

Black with #C558CB

Text Example


Text Example

White with #C558CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C558CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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