Html Css Color HEX #C456BF Fuchsia

📋 copy color: '#C456BF'

red 196 ◦ green 86 ◦ blue 191

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

Shades of Fuchsia #C456BF

Tints of Fuchsia #C456BF

RGB

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

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

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

R = 41.44%
G = 18.18%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C456BF (or 0xC456BF) is known color: Fuchsia. HEX triplet: C4, 56 and BF. RGB value is (196,86,191). Sum of RGB (Red+Green+Blue) = 196+86+191=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C456BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C456BF is #3BA940. Grayscale: #828282. Windows color (decimal): -3909953 or 12539588. OLE color: 12539588.

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

Color convert

RGB 196 86 191 -
CMYK 0 0.56 0.03 0.23
HSL 302.73º 0.48% 0.55% -
HSV(B) 302.73º 0.56% 0.77% -
XYZ 35.5 22.15 51.7 -
YUV 130.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 196 86 191 0 0.56 0.03 0.23 302.73 0.48 0.55
Hex C4 56 BF 0 38 3 17 12F 30 37
Octal 304 126 277 0 70 3 27 457 60 67
Binary 11000100 1010110 10111111 0 111000 11 10111 100101111 110000 110111

Color Harmonies of #C456BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C456BF

Black with #C456BF

Text Example


Text Example

White with #C456BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C456BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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