Html Css Color HEX #C64EC6 Fuchsia

📋 copy color: '#C64EC6'

red 198 ◦ green 78 ◦ blue 198

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

Shades of Fuchsia #C64EC6

Tints of Fuchsia #C64EC6

RGB

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

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

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

R = 41.77%
G = 16.46%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C64EC6 (or 0xC64EC6) is known color: Fuchsia. HEX triplet: C6, 4E and C6. RGB value is (198,78,198). Sum of RGB (Red+Green+Blue) = 198+78+198=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 198 - color contains mainly: red, blue. Hex color #C64EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64EC6 is #39B139. Grayscale: #7F7F7F. Windows color (decimal): -3780922 or 12996294. OLE color: 12996294.

HSL color Cylindrical-coordinate representation of color #C64EC6: 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.61%. Process color model (Four color, CMYK) of #C64EC6 is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 78 198 -
CMYK 0 0.61 0 0.22
HSL 300º 0.51% 0.54% -
HSV(B) 300º 0.61% 0.78% -
XYZ 36.21 21.53 55.67 -
YUV 127.56 167.76 178.24 -
System Red Green Blue C M Y K H S L
Decimal 198 78 198 0 0.61 0 0.22 300 0.51 0.54
Hex C6 4E C6 0 3D 0 16 12C 33 36
Octal 306 116 306 0 75 0 26 454 63 66
Binary 11000110 1001110 11000110 0 111101 0 10110 100101100 110011 110110

Color Harmonies of #C64EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64EC6

Black with #C64EC6

Text Example


Text Example

White with #C64EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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