Html Css Color HEX #C64FA9 Fuchsia

📋 copy color: '#C64FA9'

red 198 ◦ green 79 ◦ blue 169

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

Shades of Fuchsia #C64FA9

Tints of Fuchsia #C64FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.89%

R = 44.39%
G = 17.71%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C64FA9 (or 0xC64FA9) is known color: Fuchsia. HEX triplet: C6, 4F and A9. RGB value is (198,79,169). Sum of RGB (Red+Green+Blue) = 198+79+169=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C64FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64FA9 is #39B056. Grayscale: #7C7C7C. Windows color (decimal): -3780695 or 11096006. OLE color: 11096006.

HSL color Cylindrical-coordinate representation of color #C64FA9: hue angle of 314.62º 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 #C64FA9 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 79 169 -
CMYK 0 0.60 0.15 0.22
HSL 314.62º 0.51% 0.54% -
HSV(B) 314.62º 0.6% 0.78% -
XYZ 33.25 20.46 39.73 -
YUV 124.84 152.92 180.18 -
System Red Green Blue C M Y K H S L
Decimal 198 79 169 0 0.60 0.15 0.22 314.62 0.51 0.54
Hex C6 4F A9 0 3C F 16 13B 33 36
Octal 306 117 251 0 74 17 26 473 63 66
Binary 11000110 1001111 10101001 0 111100 1111 10110 100111011 110011 110110

Color Harmonies of #C64FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64FA9

Black with #C64FA9

Text Example


Text Example

White with #C64FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64FA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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