Html Css Color HEX #C658AC Fuchsia

📋 copy color: '#C658AC'

red 198 ◦ green 88 ◦ blue 172

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

Shades of Fuchsia #C658AC

Tints of Fuchsia #C658AC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.21%

 BLUE value IS 172 (67.58% from 255) = 37.55%

R = 43.23%
G = 19.21%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C658AC (or 0xC658AC) is known color: Fuchsia. HEX triplet: C6, 58 and AC. RGB value is (198,88,172). Sum of RGB (Red+Green+Blue) = 198+88+172=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C658AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C658AC is #39A753. Grayscale: #828282. Windows color (decimal): -3778388 or 11294918. OLE color: 11294918.

HSL color Cylindrical-coordinate representation of color #C658AC: hue angle of 314.18º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C658AC is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 88 172 -
CMYK 0 0.56 0.13 0.22
HSL 314.18º 0.49% 0.56% -
HSV(B) 314.18º 0.56% 0.78% -
XYZ 34.22 21.96 41.47 -
YUV 130.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 198 88 172 0 0.56 0.13 0.22 314.18 0.49 0.56
Hex C6 58 AC 0 38 D 16 13A 31 38
Octal 306 130 254 0 70 15 26 472 61 70
Binary 11000110 1011000 10101100 0 111000 1101 10110 100111010 110001 111000

Color Harmonies of #C658AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C658AC

Black with #C658AC

Text Example


Text Example

White with #C658AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C658AC; }

 p { color: rgb(198,88,172); }

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

background-color css

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

 a { background-color: rgb(198,88,172); }

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

border-color css

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

 span { border-color: rgb(198,88,172); }

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