Html Css Color HEX #C64FC6 Fuchsia

📋 copy color: '#C64FC6'

red 198 ◦ green 79 ◦ blue 198

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

Shades of Fuchsia #C64FC6

Tints of Fuchsia #C64FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.68%

R = 41.68%
G = 16.63%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C64FC6 (or 0xC64FC6) is known color: Fuchsia. HEX triplet: C6, 4F and C6. RGB value is (198,79,198). Sum of RGB (Red+Green+Blue) = 198+79+198=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: red, blue. Hex color #C64FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64FC6 is #39B039. Grayscale: #7F7F7F. Windows color (decimal): -3780666 or 12996550. OLE color: 12996550.

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

Color convert

RGB 198 79 198 -
CMYK 0 0.60 0 0.22
HSL 300º 0.51% 0.54% -
HSV(B) 300º 0.6% 0.78% -
XYZ 36.28 21.67 55.7 -
YUV 128.15 167.42 177.82 -
System Red Green Blue C M Y K H S L
Decimal 198 79 198 0 0.60 0 0.22 300 0.51 0.54
Hex C6 4F C6 0 3C 0 16 12C 33 36
Octal 306 117 306 0 74 0 26 454 63 66
Binary 11000110 1001111 11000110 0 111100 0 10110 100101100 110011 110110

Color Harmonies of #C64FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64FC6

Black with #C64FC6

Text Example


Text Example

White with #C64FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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