Html Css Color HEX #C256A7 Fuchsia

📋 copy color: '#C256A7'

red 194 ◦ green 86 ◦ blue 167

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

Shades of Fuchsia #C256A7

Tints of Fuchsia #C256A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.36%

R = 43.4%
G = 19.24%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C256A7 (or 0xC256A7) is known color: Fuchsia. HEX triplet: C2, 56 and A7. RGB value is (194,86,167). Sum of RGB (Red+Green+Blue) = 194+86+167=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 167 (65.62% from 255 or 37.36% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C256A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C256A7 is #3DA958. Grayscale: #7F7F7F. Windows color (decimal): -4041049 or 10966722. OLE color: 10966722.

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

Color convert

RGB 194 86 167 -
CMYK 0 0.56 0.14 0.24
HSL 315º 0.47% 0.55% -
HSV(B) 315º 0.56% 0.76% -
XYZ 32.55 20.91 38.88 -
YUV 127.53 150.28 175.41 -
System Red Green Blue C M Y K H S L
Decimal 194 86 167 0 0.56 0.14 0.24 315 0.47 0.55
Hex C2 56 A7 0 38 E 18 13B 2F 37
Octal 302 126 247 0 70 16 30 473 57 67
Binary 11000010 1010110 10100111 0 111000 1110 11000 100111011 101111 110111

Color Harmonies of #C256A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C256A7

Black with #C256A7

Text Example


Text Example

White with #C256A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C256A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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