Html Css Color HEX #C455A8 Fuchsia

📋 copy color: '#C455A8'

red 196 ◦ green 85 ◦ blue 168

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

Shades of Fuchsia #C455A8

Tints of Fuchsia #C455A8

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.93%

 BLUE value IS 168 (66.02% from 255) = 37.42%

R = 43.65%
G = 18.93%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C455A8 (or 0xC455A8) is known color: Fuchsia. HEX triplet: C4, 55 and A8. RGB value is (196,85,168). Sum of RGB (Red+Green+Blue) = 196+85+168=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C455A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C455A8 is #3BAA57. Grayscale: #7F7F7F. Windows color (decimal): -3910232 or 11032004. OLE color: 11032004.

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

Color convert

RGB 196 85 168 -
CMYK 0 0.57 0.14 0.23
HSL 315.14º 0.48% 0.55% -
HSV(B) 315.14º 0.57% 0.77% -
XYZ 33.08 21.06 39.37 -
YUV 127.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 196 85 168 0 0.57 0.14 0.23 315.14 0.48 0.55
Hex C4 55 A8 0 39 E 17 13B 30 37
Octal 304 125 250 0 71 16 27 473 60 67
Binary 11000100 1010101 10101000 0 111001 1110 10111 100111011 110000 110111

Color Harmonies of #C455A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C455A8

Black with #C455A8

Text Example


Text Example

White with #C455A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C455A8; }

 p { color: rgb(196,85,168); }

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

background-color css

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

 a { background-color: rgb(196,85,168); }

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

border-color css

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

 span { border-color: rgb(196,85,168); }

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