Html Css Color HEX #C654AA Fuchsia

📋 copy color: '#C654AA'

red 198 ◦ green 84 ◦ blue 170

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

Shades of Fuchsia #C654AA

Tints of Fuchsia #C654AA

RGB

 RED value IS 198 (77.73% from 255) = 43.81%

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

 BLUE value IS 170 (66.8% from 255) = 37.61%

R = 43.81%
G = 18.58%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C654AA (or 0xC654AA) is known color: Fuchsia. HEX triplet: C6, 54 and AA. RGB value is (198,84,170). Sum of RGB (Red+Green+Blue) = 198+84+170=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C654AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C654AA is #39AB55. Grayscale: #7F7F7F. Windows color (decimal): -3779414 or 11162822. OLE color: 11162822.

HSL color Cylindrical-coordinate representation of color #C654AA: hue angle of 314.74º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C654AA is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 84 170 -
CMYK 0 0.58 0.14 0.22
HSL 314.74º 0.5% 0.55% -
HSV(B) 314.74º 0.58% 0.78% -
XYZ 33.71 21.25 40.35 -
YUV 127.89 151.77 178.01 -
System Red Green Blue C M Y K H S L
Decimal 198 84 170 0 0.58 0.14 0.22 314.74 0.5 0.55
Hex C6 54 AA 0 3A E 16 13B 32 37
Octal 306 124 252 0 72 16 26 473 62 67
Binary 11000110 1010100 10101010 0 111010 1110 10110 100111011 110010 110111

Color Harmonies of #C654AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C654AA

Black with #C654AA

Text Example


Text Example

White with #C654AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C654AA; }

 p { color: rgb(198,84,170); }

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

background-color css

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

 a { background-color: rgb(198,84,170); }

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

border-color css

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

 span { border-color: rgb(198,84,170); }

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