Html Css Color HEX #C64EA9 Fuchsia

📋 copy color: '#C64EA9'

red 198 ◦ green 78 ◦ blue 169

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

Shades of Fuchsia #C64EA9

Tints of Fuchsia #C64EA9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.53%

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

R = 44.49%
G = 17.53%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C64EA9 (or 0xC64EA9) is known color: Fuchsia. HEX triplet: C6, 4E and A9. RGB value is (198,78,169). Sum of RGB (Red+Green+Blue) = 198+78+169=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C64EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64EA9 is #39B156. Grayscale: #7C7C7C. Windows color (decimal): -3780951 or 11095750. OLE color: 11095750.

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

Color convert

RGB 198 78 169 -
CMYK 0 0.61 0.15 0.22
HSL 314.5º 0.51% 0.54% -
HSV(B) 314.5º 0.61% 0.78% -
XYZ 33.17 20.32 39.71 -
YUV 124.25 153.26 180.6 -
System Red Green Blue C M Y K H S L
Decimal 198 78 169 0 0.61 0.15 0.22 314.5 0.51 0.54
Hex C6 4E A9 0 3D F 16 13A 33 36
Octal 306 116 251 0 75 17 26 472 63 66
Binary 11000110 1001110 10101001 0 111101 1111 10110 100111010 110011 110110

Color Harmonies of #C64EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64EA9

Black with #C64EA9

Text Example


Text Example

White with #C64EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64EA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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