Html Css Color HEX #C56FBA Fuchsia

📋 copy color: '#C56FBA'

red 197 ◦ green 111 ◦ blue 186

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

Shades of Fuchsia #C56FBA

Tints of Fuchsia #C56FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.47%

 BLUE value IS 186 (73.05% from 255) = 37.65%

R = 39.88%
G = 22.47%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C56FBA (or 0xC56FBA) is known color: Fuchsia. HEX triplet: C5, 6F and BA. RGB value is (197,111,186). Sum of RGB (Red+Green+Blue) = 197+111+186=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C56FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56FBA is #3A9045. Grayscale: #919191. Windows color (decimal): -3838022 or 12218309. OLE color: 12218309.

HSL color Cylindrical-coordinate representation of color #C56FBA: hue angle of 307.67º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C56FBA is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 111 186 -
CMYK 0 0.44 0.06 0.23
HSL 307.67º 0.43% 0.6% -
HSV(B) 307.67º 0.44% 0.77% -
XYZ 37.57 26.78 49.64 -
YUV 145.26 150.99 164.9 -
System Red Green Blue C M Y K H S L
Decimal 197 111 186 0 0.44 0.06 0.23 307.67 0.43 0.6
Hex C5 6F BA 0 2C 6 17 134 2B 3C
Octal 305 157 272 0 54 6 27 464 53 74
Binary 11000101 1101111 10111010 0 101100 110 10111 100110100 101011 111100

Color Harmonies of #C56FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56FBA

Black with #C56FBA

Text Example


Text Example

White with #C56FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56FBA; }

 p { color: rgb(197,111,186); }

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

background-color css

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

 a { background-color: rgb(197,111,186); }

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

border-color css

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

 span { border-color: rgb(197,111,186); }

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