Html Css Color HEX #C256B5 Fuchsia

📋 copy color: '#C256B5'

red 194 ◦ green 86 ◦ blue 181

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

Shades of Fuchsia #C256B5

Tints of Fuchsia #C256B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.26%

R = 42.08%
G = 18.66%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C256B5 (or 0xC256B5) is known color: Fuchsia. HEX triplet: C2, 56 and B5. RGB value is (194,86,181). Sum of RGB (Red+Green+Blue) = 194+86+181=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C256B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256B5 is #3DA94A. Grayscale: #808080. Windows color (decimal): -4041035 or 11884226. OLE color: 11884226.

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

Color convert

RGB 194 86 181 -
CMYK 0 0.56 0.07 0.24
HSL 307.22º 0.47% 0.55% -
HSV(B) 307.22º 0.56% 0.76% -
XYZ 33.92 21.46 46.07 -
YUV 129.12 157.28 174.28 -
System Red Green Blue C M Y K H S L
Decimal 194 86 181 0 0.56 0.07 0.24 307.22 0.47 0.55
Hex C2 56 B5 0 38 7 18 133 2F 37
Octal 302 126 265 0 70 7 30 463 57 67
Binary 11000010 1010110 10110101 0 111000 111 11000 100110011 101111 110111

Color Harmonies of #C256B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C256B5

Black with #C256B5

Text Example


Text Example

White with #C256B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C256B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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