Html Css Color HEX #C64CAA Fuchsia

📋 copy color: '#C64CAA'

red 198 ◦ green 76 ◦ blue 170

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

Shades of Fuchsia #C64CAA

Tints of Fuchsia #C64CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.12%

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

R = 44.59%
G = 17.12%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C64CAA (or 0xC64CAA) is known color: Fuchsia. HEX triplet: C6, 4C and AA. RGB value is (198,76,170). Sum of RGB (Red+Green+Blue) = 198+76+170=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64CAA is #39B355. Grayscale: #7A7A7A. Windows color (decimal): -3781462 or 11160774. OLE color: 11160774.

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

Color convert

RGB 198 76 170 -
CMYK 0 0.62 0.14 0.22
HSL 313.77º 0.52% 0.54% -
HSV(B) 313.77º 0.62% 0.78% -
XYZ 33.13 20.08 40.16 -
YUV 123.19 154.42 181.36 -
System Red Green Blue C M Y K H S L
Decimal 198 76 170 0 0.62 0.14 0.22 313.77 0.52 0.54
Hex C6 4C AA 0 3E E 16 13A 34 36
Octal 306 114 252 0 76 16 26 472 64 66
Binary 11000110 1001100 10101010 0 111110 1110 10110 100111010 110100 110110

Color Harmonies of #C64CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64CAA

Black with #C64CAA

Text Example


Text Example

White with #C64CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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