Html Css Color HEX #C455AD Fuchsia

📋 copy color: '#C455AD'

red 196 ◦ green 85 ◦ blue 173

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

Shades of Fuchsia #C455AD

Tints of Fuchsia #C455AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.11%

R = 43.17%
G = 18.72%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C455AD (or 0xC455AD) is known color: Fuchsia. HEX triplet: C4, 55 and AD. RGB value is (196,85,173). Sum of RGB (Red+Green+Blue) = 196+85+173=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C455AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C455AD is #3BAA52. Grayscale: #7F7F7F. Windows color (decimal): -3910227 or 11359684. OLE color: 11359684.

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

Color convert

RGB 196 85 173 -
CMYK 0 0.57 0.12 0.23
HSL 312.43º 0.48% 0.55% -
HSV(B) 312.43º 0.57% 0.77% -
XYZ 33.56 21.25 41.87 -
YUV 128.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 196 85 173 0 0.57 0.12 0.23 312.43 0.48 0.55
Hex C4 55 AD 0 39 C 17 138 30 37
Octal 304 125 255 0 71 14 27 470 60 67
Binary 11000100 1010101 10101101 0 111001 1100 10111 100111000 110000 110111

Color Harmonies of #C455AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C455AD

Black with #C455AD

Text Example


Text Example

White with #C455AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C455AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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