Html Css Color HEX #C651AC Fuchsia

📋 copy color: '#C651AC'

red 198 ◦ green 81 ◦ blue 172

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

Shades of Fuchsia #C651AC

Tints of Fuchsia #C651AC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.96%

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

R = 43.9%
G = 17.96%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C651AC (or 0xC651AC) is known color: Fuchsia. HEX triplet: C6, 51 and AC. RGB value is (198,81,172). Sum of RGB (Red+Green+Blue) = 198+81+172=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C651AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C651AC is #39AE53. Grayscale: #7E7E7E. Windows color (decimal): -3780180 or 11293126. OLE color: 11293126.

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

Color convert

RGB 198 81 172 -
CMYK 0 0.59 0.13 0.22
HSL 313.33º 0.51% 0.55% -
HSV(B) 313.33º 0.59% 0.78% -
XYZ 33.68 20.87 41.28 -
YUV 126.36 153.76 179.1 -
System Red Green Blue C M Y K H S L
Decimal 198 81 172 0 0.59 0.13 0.22 313.33 0.51 0.55
Hex C6 51 AC 0 3B D 16 139 33 37
Octal 306 121 254 0 73 15 26 471 63 67
Binary 11000110 1010001 10101100 0 111011 1101 10110 100111001 110011 110111

Color Harmonies of #C651AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C651AC

Black with #C651AC

Text Example


Text Example

White with #C651AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C651AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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