Html Css Color HEX #C64EAA Fuchsia

📋 copy color: '#C64EAA'

red 198 ◦ green 78 ◦ blue 170

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

Shades of Fuchsia #C64EAA

Tints of Fuchsia #C64EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.12%

R = 44.39%
G = 17.49%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C64EAA (or 0xC64EAA) is known color: Fuchsia. HEX triplet: C6, 4E and AA. RGB value is (198,78,170). Sum of RGB (Red+Green+Blue) = 198+78+170=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C64EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64EAA is #39B155. Grayscale: #7C7C7C. Windows color (decimal): -3780950 or 11161286. OLE color: 11161286.

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

Color convert

RGB 198 78 170 -
CMYK 0 0.61 0.14 0.22
HSL 314º 0.51% 0.54% -
HSV(B) 314º 0.61% 0.78% -
XYZ 33.27 20.36 40.21 -
YUV 124.37 153.76 180.52 -
System Red Green Blue C M Y K H S L
Decimal 198 78 170 0 0.61 0.14 0.22 314 0.51 0.54
Hex C6 4E AA 0 3D E 16 13A 33 36
Octal 306 116 252 0 75 16 26 472 63 66
Binary 11000110 1001110 10101010 0 111101 1110 10110 100111010 110011 110110

Color Harmonies of #C64EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64EAA

Black with #C64EAA

Text Example


Text Example

White with #C64EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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