Html Css Color HEX #C64AAC Fuchsia

📋 copy color: '#C64AAC'

red 198 ◦ green 74 ◦ blue 172

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

Shades of Fuchsia #C64AAC

Tints of Fuchsia #C64AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.67%

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

R = 44.59%
G = 16.67%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C64AAC (or 0xC64AAC) is known color: Fuchsia. HEX triplet: C6, 4A and AC. RGB value is (198,74,172). Sum of RGB (Red+Green+Blue) = 198+74+172=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C64AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64AAC is #39B553. Grayscale: #797979. Windows color (decimal): -3781972 or 11291334. OLE color: 11291334.

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

Color convert

RGB 198 74 172 -
CMYK 0 0.63 0.13 0.22
HSL 312.58º 0.52% 0.53% -
HSV(B) 312.58º 0.63% 0.78% -
XYZ 33.18 19.88 41.12 -
YUV 122.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 198 74 172 0 0.63 0.13 0.22 312.58 0.52 0.53
Hex C6 4A AC 0 3F D 16 139 34 35
Octal 306 112 254 0 77 15 26 471 64 65
Binary 11000110 1001010 10101100 0 111111 1101 10110 100111001 110100 110101

Color Harmonies of #C64AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64AAC

Black with #C64AAC

Text Example


Text Example

White with #C64AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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