Html Css Color HEX #C64FAA Fuchsia

📋 copy color: '#C64FAA'

red 198 ◦ green 79 ◦ blue 170

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

Shades of Fuchsia #C64FAA

Tints of Fuchsia #C64FAA

RGB

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

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

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

R = 44.3%
G = 17.67%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C64FAA (or 0xC64FAA) is known color: Fuchsia. HEX triplet: C6, 4F and AA. RGB value is (198,79,170). Sum of RGB (Red+Green+Blue) = 198+79+170=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C64FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64FAA is #39B055. Grayscale: #7C7C7C. Windows color (decimal): -3780694 or 11161542. OLE color: 11161542.

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

Color convert

RGB 198 79 170 -
CMYK 0 0.60 0.14 0.22
HSL 314.12º 0.51% 0.54% -
HSV(B) 314.12º 0.6% 0.78% -
XYZ 33.34 20.5 40.23 -
YUV 124.96 153.42 180.1 -
System Red Green Blue C M Y K H S L
Decimal 198 79 170 0 0.60 0.14 0.22 314.12 0.51 0.54
Hex C6 4F AA 0 3C E 16 13A 33 36
Octal 306 117 252 0 74 16 26 472 63 66
Binary 11000110 1001111 10101010 0 111100 1110 10110 100111010 110011 110110

Color Harmonies of #C64FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64FAA

Black with #C64FAA

Text Example


Text Example

White with #C64FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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