Html Css Color HEX #C256A9 Fuchsia

📋 copy color: '#C256A9'

red 194 ◦ green 86 ◦ blue 169

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

Shades of Fuchsia #C256A9

Tints of Fuchsia #C256A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.64%

R = 43.21%
G = 19.15%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C256A9 (or 0xC256A9) is known color: Fuchsia. HEX triplet: C2, 56 and A9. RGB value is (194,86,169). Sum of RGB (Red+Green+Blue) = 194+86+169=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C256A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C256A9 is #3DA956. Grayscale: #7F7F7F. Windows color (decimal): -4041047 or 11097794. OLE color: 11097794.

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

Color convert

RGB 194 86 169 -
CMYK 0 0.56 0.13 0.24
HSL 313.89º 0.47% 0.55% -
HSV(B) 313.89º 0.56% 0.76% -
XYZ 32.74 20.99 39.86 -
YUV 127.75 151.28 175.25 -
System Red Green Blue C M Y K H S L
Decimal 194 86 169 0 0.56 0.13 0.24 313.89 0.47 0.55
Hex C2 56 A9 0 38 D 18 13A 2F 37
Octal 302 126 251 0 70 15 30 472 57 67
Binary 11000010 1010110 10101001 0 111000 1101 11000 100111010 101111 110111

Color Harmonies of #C256A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C256A9

Black with #C256A9

Text Example


Text Example

White with #C256A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C256A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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