Html Css Color HEX #C556CB Fuchsia

📋 copy color: '#C556CB'

red 197 ◦ green 86 ◦ blue 203

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

Shades of Fuchsia #C556CB

Tints of Fuchsia #C556CB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.7%

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

R = 40.53%
G = 17.7%
B = 41.77%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C556CB (or 0xC556CB) is known color: Fuchsia. HEX triplet: C5, 56 and CB. RGB value is (197,86,203). Sum of RGB (Red+Green+Blue) = 197+86+203=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #C556CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C556CB is #3AA934. Grayscale: #848484. Windows color (decimal): -3844405 or 13326021. OLE color: 13326021.

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

Color convert

RGB 197 86 203 -
CMYK 0.03 0.58 0 0.20
HSL 296.92º 0.53% 0.57% -
HSV(B) 296.92º 0.58% 0.8% -
XYZ 37.13 22.84 58.95 -
YUV 132.53 167.77 173.99 -
System Red Green Blue C M Y K H S L
Decimal 197 86 203 0.03 0.58 0 0.20 296.92 0.53 0.57
Hex C5 56 CB 3 3A 0 14 129 35 39
Octal 305 126 313 3 72 0 24 451 65 71
Binary 11000101 1010110 11001011 11 111010 0 10100 100101001 110101 111001

Color Harmonies of #C556CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C556CB

Black with #C556CB

Text Example


Text Example

White with #C556CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C556CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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