Html Css Color HEX #C454A8 Fuchsia

📋 copy color: '#C454A8'

red 196 ◦ green 84 ◦ blue 168

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

Shades of Fuchsia #C454A8

Tints of Fuchsia #C454A8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.75%

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

R = 43.75%
G = 18.75%
B = 37.5%

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

#C454A8 (or 0xC454A8) is known color: Fuchsia. HEX triplet: C4, 54 and A8. RGB value is (196,84,168). Sum of RGB (Red+Green+Blue) = 196+84+168=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 168 (66.02% from 255 or 37.5% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C454A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C454A8 is #3BAB57. Grayscale: #7E7E7E. Windows color (decimal): -3910488 or 11031748. OLE color: 11031748.

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

Color convert

RGB 196 84 168 -
CMYK 0 0.57 0.14 0.23
HSL 315º 0.49% 0.55% -
HSV(B) 315º 0.57% 0.77% -
XYZ 33 20.9 39.34 -
YUV 127.06 151.11 177.17 -
System Red Green Blue C M Y K H S L
Decimal 196 84 168 0 0.57 0.14 0.23 315 0.49 0.55
Hex C4 54 A8 0 39 E 17 13B 31 37
Octal 304 124 250 0 71 16 27 473 61 67
Binary 11000100 1010100 10101000 0 111001 1110 10111 100111011 110001 110111

Color Harmonies of #C454A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C454A8

Black with #C454A8

Text Example


Text Example

White with #C454A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C454A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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