Html Css Color HEX #C256BF Fuchsia

📋 copy color: '#C256BF'

red 194 ◦ green 86 ◦ blue 191

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

Shades of Fuchsia #C256BF

Tints of Fuchsia #C256BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.55%

R = 41.19%
G = 18.26%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C256BF (or 0xC256BF) is known color: Fuchsia. HEX triplet: C2, 56 and BF. RGB value is (194,86,191). Sum of RGB (Red+Green+Blue) = 194+86+191=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C256BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256BF is #3DA940. Grayscale: #818181. Windows color (decimal): -4041025 or 12539586. OLE color: 12539586.

HSL color Cylindrical-coordinate representation of color #C256BF: hue angle of 301.67º 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 #C256BF is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 86 191 -
CMYK 0 0.56 0.02 0.24
HSL 301.67º 0.47% 0.55% -
HSV(B) 301.67º 0.56% 0.76% -
XYZ 34.98 21.89 51.67 -
YUV 130.26 162.28 173.46 -
System Red Green Blue C M Y K H S L
Decimal 194 86 191 0 0.56 0.02 0.24 301.67 0.47 0.55
Hex C2 56 BF 0 38 2 18 12E 2F 37
Octal 302 126 277 0 70 2 30 456 57 67
Binary 11000010 1010110 10111111 0 111000 10 11000 100101110 101111 110111

Color Harmonies of #C256BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C256BF

Black with #C256BF

Text Example


Text Example

White with #C256BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C256BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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