Html Css Color HEX #C556CC Fuchsia

📋 copy color: '#C556CC'

red 197 ◦ green 86 ◦ blue 204

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

Shades of Fuchsia #C556CC

Tints of Fuchsia #C556CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 40.45%
G = 17.66%
B = 41.89%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C556CC (or 0xC556CC) is known color: Fuchsia. HEX triplet: C5, 56 and CC. RGB value is (197,86,204). Sum of RGB (Red+Green+Blue) = 197+86+204=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #C556CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C556CC is #3AA933. Grayscale: #848484. Windows color (decimal): -3844404 or 13391557. OLE color: 13391557.

HSL color Cylindrical-coordinate representation of color #C556CC: hue angle of 296.44º degrees, saturation: 0.54, 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 #C556CC is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 86 204 -
CMYK 0.03 0.58 0 0.2
HSL 296.44º 0.54% 0.57% -
HSV(B) 296.44º 0.58% 0.8% -
XYZ 37.25 22.89 59.58 -
YUV 132.64 168.27 173.91 -
System Red Green Blue C M Y K H S L
Decimal 197 86 204 0.03 0.58 0 0.2 296.44 0.54 0.57
Hex C5 56 CC 3 3A 0 14 128 36 39
Octal 305 126 314 3 72 0 24 450 66 71
Binary 11000101 1010110 11001100 11 111010 0 10100 100101000 110110 111001

Color Harmonies of #C556CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C556CC

Black with #C556CC

Text Example


Text Example

White with #C556CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C556CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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