Html Css Color HEX #C056C0 Fuchsia

📋 copy color: '#C056C0'

red 192 ◦ green 86 ◦ blue 192

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

Shades of Fuchsia #C056C0

Tints of Fuchsia #C056C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.85%

R = 40.85%
G = 18.3%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C056C0 (or 0xC056C0) is known color: Fuchsia. HEX triplet: C0, 56 and C0. RGB value is (192,86,192). Sum of RGB (Red+Green+Blue) = 192+86+192=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C056C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056C0 is #3FA93F. Grayscale: #818181. Windows color (decimal): -4172096 or 12605120. OLE color: 12605120.

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

Color convert

RGB 192 86 192 -
CMYK 0 0.55 0 0.25
HSL 300º 0.46% 0.55% -
HSV(B) 300º 0.55% 0.75% -
XYZ 34.58 21.67 52.23 -
YUV 129.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 192 86 192 0 0.55 0 0.25 300 0.46 0.55
Hex C0 56 C0 0 37 0 19 12C 2E 37
Octal 300 126 300 0 67 0 31 454 56 67
Binary 11000000 1010110 11000000 0 110111 0 11001 100101100 101110 110111

Color Harmonies of #C056C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C056C0

Black with #C056C0

Text Example


Text Example

White with #C056C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C056C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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