Html Css Color HEX #C256BA Fuchsia

📋 copy color: '#C256BA'

red 194 ◦ green 86 ◦ blue 186

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

Shades of Fuchsia #C256BA

Tints of Fuchsia #C256BA

RGB

 RED value IS 194 (76.17% from 255) = 41.63%

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

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

R = 41.63%
G = 18.45%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C256BA (or 0xC256BA) is known color: Fuchsia. HEX triplet: C2, 56 and BA. RGB value is (194,86,186). Sum of RGB (Red+Green+Blue) = 194+86+186=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C256BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256BA is #3DA945. Grayscale: #818181. Windows color (decimal): -4041030 or 12211906. OLE color: 12211906.

HSL color Cylindrical-coordinate representation of color #C256BA: hue angle of 304.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C256BA is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 86 186 -
CMYK 0 0.56 0.04 0.24
HSL 304.44º 0.47% 0.55% -
HSV(B) 304.44º 0.56% 0.76% -
XYZ 34.44 21.67 48.82 -
YUV 129.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 194 86 186 0 0.56 0.04 0.24 304.44 0.47 0.55
Hex C2 56 BA 0 38 4 18 130 2F 37
Octal 302 126 272 0 70 4 30 460 57 67
Binary 11000010 1010110 10111010 0 111000 100 11000 100110000 101111 110111

Color Harmonies of #C256BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C256BA

Black with #C256BA

Text Example


Text Example

White with #C256BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C256BA; }

 p { color: rgb(194,86,186); }

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

background-color css

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

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

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

border-color css

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

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

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