Html Css Color HEX #C456B0 Fuchsia

📋 copy color: '#C456B0'

red 196 ◦ green 86 ◦ blue 176

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

Shades of Fuchsia #C456B0

Tints of Fuchsia #C456B0

RGB

 RED value IS 196 (76.95% from 255) = 42.79%

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

 BLUE value IS 176 (69.14% from 255) = 38.43%

R = 42.79%
G = 18.78%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C456B0 (or 0xC456B0) is known color: Fuchsia. HEX triplet: C4, 56 and B0. RGB value is (196,86,176). Sum of RGB (Red+Green+Blue) = 196+86+176=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C456B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C456B0 is #3BA94F. Grayscale: #808080. Windows color (decimal): -3909968 or 11556548. OLE color: 11556548.

HSL color Cylindrical-coordinate representation of color #C456B0: hue angle of 310.91º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C456B0 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 86 176 -
CMYK 0 0.56 0.10 0.23
HSL 310.91º 0.48% 0.55% -
HSV(B) 310.91º 0.56% 0.77% -
XYZ 33.93 21.53 43.44 -
YUV 129.15 154.44 175.68 -
System Red Green Blue C M Y K H S L
Decimal 196 86 176 0 0.56 0.10 0.23 310.91 0.48 0.55
Hex C4 56 B0 0 38 A 17 137 30 37
Octal 304 126 260 0 70 12 27 467 60 67
Binary 11000100 1010110 10110000 0 111000 1010 10111 100110111 110000 110111

Color Harmonies of #C456B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C456B0

Black with #C456B0

Text Example


Text Example

White with #C456B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C456B0; }

 p { color: rgb(196,86,176); }

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

background-color css

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

 a { background-color: rgb(196,86,176); }

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

border-color css

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

 span { border-color: rgb(196,86,176); }

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