Html Css Color HEX #C056BB Fuchsia

📋 copy color: '#C056BB'

red 192 ◦ green 86 ◦ blue 187

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

Shades of Fuchsia #C056BB

Tints of Fuchsia #C056BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.22%

R = 41.29%
G = 18.49%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C056BB (or 0xC056BB) is known color: Fuchsia. HEX triplet: C0, 56 and BB. RGB value is (192,86,187). Sum of RGB (Red+Green+Blue) = 192+86+187=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C056BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056BB is #3FA944. Grayscale: #808080. Windows color (decimal): -4172101 or 12277440. OLE color: 12277440.

HSL color Cylindrical-coordinate representation of color #C056BB: hue angle of 302.83º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C056BB is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 86 187 -
CMYK 0 0.55 0.03 0.25
HSL 302.83º 0.46% 0.55% -
HSV(B) 302.83º 0.55% 0.75% -
XYZ 34.04 21.45 49.36 -
YUV 129.21 160.62 172.79 -
System Red Green Blue C M Y K H S L
Decimal 192 86 187 0 0.55 0.03 0.25 302.83 0.46 0.55
Hex C0 56 BB 0 37 3 19 12F 2E 37
Octal 300 126 273 0 67 3 31 457 56 67
Binary 11000000 1010110 10111011 0 110111 11 11001 100101111 101110 110111

Color Harmonies of #C056BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C056BB

Black with #C056BB

Text Example


Text Example

White with #C056BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C056BB; }

 p { color: rgb(192,86,187); }

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

background-color css

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

 a { background-color: rgb(192,86,187); }

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

border-color css

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

 span { border-color: rgb(192,86,187); }

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