Html Css Color HEX #C056A8 Fuchsia

📋 copy color: '#C056A8'

red 192 ◦ green 86 ◦ blue 168

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

Shades of Fuchsia #C056A8

Tints of Fuchsia #C056A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.67%

R = 43.05%
G = 19.28%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C056A8 (or 0xC056A8) is known color: Fuchsia. HEX triplet: C0, 56 and A8. RGB value is (192,86,168). Sum of RGB (Red+Green+Blue) = 192+86+168=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C056A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C056A8 is #3FA957. Grayscale: #7E7E7E. Windows color (decimal): -4172120 or 11032256. OLE color: 11032256.

HSL color Cylindrical-coordinate representation of color #C056A8: hue angle of 313.58º 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 #C056A8 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 86 168 -
CMYK 0 0.55 0.12 0.25
HSL 313.58º 0.46% 0.55% -
HSV(B) 313.58º 0.55% 0.75% -
XYZ 32.13 20.69 39.35 -
YUV 127.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 192 86 168 0 0.55 0.12 0.25 313.58 0.46 0.55
Hex C0 56 A8 0 37 C 19 13A 2E 37
Octal 300 126 250 0 67 14 31 472 56 67
Binary 11000000 1010110 10101000 0 110111 1100 11001 100111010 101110 110111

Color Harmonies of #C056A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C056A8

Black with #C056A8

Text Example


Text Example

White with #C056A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C056A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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