Html Css Color HEX #C664AB Fuchsia

📋 copy color: '#C664AB'

red 198 ◦ green 100 ◦ blue 171

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

Shades of Fuchsia #C664AB

Tints of Fuchsia #C664AB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.32%

 BLUE value IS 171 (67.19% from 255) = 36.46%

R = 42.22%
G = 21.32%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C664AB (or 0xC664AB) is known color: Fuchsia. HEX triplet: C6, 64 and AB. RGB value is (198,100,171). Sum of RGB (Red+Green+Blue) = 198+100+171=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C664AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C664AB is #399B54. Grayscale: #898989. Windows color (decimal): -3775317 or 11232454. OLE color: 11232454.

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

Color convert

RGB 198 100 171 -
CMYK 0 0.49 0.14 0.22
HSL 316.53º 0.46% 0.58% -
HSV(B) 316.53º 0.49% 0.78% -
XYZ 35.2 24.06 41.32 -
YUV 137.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 198 100 171 0 0.49 0.14 0.22 316.53 0.46 0.58
Hex C6 64 AB 0 31 E 16 13D 2E 3A
Octal 306 144 253 0 61 16 26 475 56 72
Binary 11000110 1100100 10101011 0 110001 1110 10110 100111101 101110 111010

Color Harmonies of #C664AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C664AB

Black with #C664AB

Text Example


Text Example

White with #C664AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C664AB; }

 p { color: rgb(198,100,171); }

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

background-color css

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

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

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

border-color css

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

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

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