Html Css Color HEX #C456C2 Fuchsia

📋 copy color: '#C456C2'

red 196 ◦ green 86 ◦ blue 194

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

Shades of Fuchsia #C456C2

Tints of Fuchsia #C456C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.76%

R = 41.18%
G = 18.07%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C456C2 (or 0xC456C2) is known color: Fuchsia. HEX triplet: C4, 56 and C2. RGB value is (196,86,194). Sum of RGB (Red+Green+Blue) = 196+86+194=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C456C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C456C2 is #3BA93D. Grayscale: #828282. Windows color (decimal): -3909950 or 12736196. OLE color: 12736196.

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

Color convert

RGB 196 86 194 -
CMYK 0 0.56 0.01 0.23
HSL 301.09º 0.48% 0.55% -
HSV(B) 301.09º 0.56% 0.77% -
XYZ 35.83 22.29 53.45 -
YUV 131.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 196 86 194 0 0.56 0.01 0.23 301.09 0.48 0.55
Hex C4 56 C2 0 38 1 17 12D 30 37
Octal 304 126 302 0 70 1 27 455 60 67
Binary 11000100 1010110 11000010 0 111000 1 10111 100101101 110000 110111

Color Harmonies of #C456C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C456C2

Black with #C456C2

Text Example


Text Example

White with #C456C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C456C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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