Html Css Color HEX #C056B3 Fuchsia

📋 copy color: '#C056B3'

red 192 ◦ green 86 ◦ blue 179

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

Shades of Fuchsia #C056B3

Tints of Fuchsia #C056B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.17%

R = 42.01%
G = 18.82%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C056B3 (or 0xC056B3) is known color: Fuchsia. HEX triplet: C0, 56 and B3. RGB value is (192,86,179). Sum of RGB (Red+Green+Blue) = 192+86+179=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C056B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056B3 is #3FA94C. Grayscale: #808080. Windows color (decimal): -4172109 or 11753152. OLE color: 11753152.

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

Color convert

RGB 192 86 179 -
CMYK 0 0.55 0.07 0.25
HSL 307.36º 0.46% 0.55% -
HSV(B) 307.36º 0.55% 0.75% -
XYZ 33.2 21.12 44.97 -
YUV 128.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 192 86 179 0 0.55 0.07 0.25 307.36 0.46 0.55
Hex C0 56 B3 0 37 7 19 133 2E 37
Octal 300 126 263 0 67 7 31 463 56 67
Binary 11000000 1010110 10110011 0 110111 111 11001 100110011 101110 110111

Color Harmonies of #C056B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C056B3

Black with #C056B3

Text Example


Text Example

White with #C056B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C056B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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