Html Css Color HEX #C64FAC Fuchsia

📋 copy color: '#C64FAC'

red 198 ◦ green 79 ◦ blue 172

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

Shades of Fuchsia #C64FAC

Tints of Fuchsia #C64FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.59%

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

R = 44.1%
G = 17.59%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C64FAC (or 0xC64FAC) is known color: Fuchsia. HEX triplet: C6, 4F and AC. RGB value is (198,79,172). Sum of RGB (Red+Green+Blue) = 198+79+172=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C64FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64FAC is #39B053. Grayscale: #7C7C7C. Windows color (decimal): -3780692 or 11292614. OLE color: 11292614.

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

Color convert

RGB 198 79 172 -
CMYK 0 0.60 0.13 0.22
HSL 313.11º 0.51% 0.54% -
HSV(B) 313.11º 0.6% 0.78% -
XYZ 33.53 20.58 41.23 -
YUV 125.18 154.42 179.94 -
System Red Green Blue C M Y K H S L
Decimal 198 79 172 0 0.60 0.13 0.22 313.11 0.51 0.54
Hex C6 4F AC 0 3C D 16 139 33 36
Octal 306 117 254 0 74 15 26 471 63 66
Binary 11000110 1001111 10101100 0 111100 1101 10110 100111001 110011 110110

Color Harmonies of #C64FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64FAC

Black with #C64FAC

Text Example


Text Example

White with #C64FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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