Html Css Color HEX #C664AF Fuchsia

📋 copy color: '#C664AF'

red 198 ◦ green 100 ◦ blue 175

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

Shades of Fuchsia #C664AF

Tints of Fuchsia #C664AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37%

R = 41.86%
G = 21.14%
B = 37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C664AF (or 0xC664AF) is known color: Fuchsia. HEX triplet: C6, 64 and AF. RGB value is (198,100,175). Sum of RGB (Red+Green+Blue) = 198+100+175=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C664AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C664AF is #399B50. Grayscale: #898989. Windows color (decimal): -3775313 or 11494598. OLE color: 11494598.

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

Color convert

RGB 198 100 175 -
CMYK 0 0.49 0.12 0.22
HSL 314.08º 0.46% 0.58% -
HSV(B) 314.08º 0.49% 0.78% -
XYZ 35.58 24.22 43.36 -
YUV 137.85 148.97 170.9 -
System Red Green Blue C M Y K H S L
Decimal 198 100 175 0 0.49 0.12 0.22 314.08 0.46 0.58
Hex C6 64 AF 0 31 C 16 13A 2E 3A
Octal 306 144 257 0 61 14 26 472 56 72
Binary 11000110 1100100 10101111 0 110001 1100 10110 100111010 101110 111010

Color Harmonies of #C664AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C664AF

Black with #C664AF

Text Example


Text Example

White with #C664AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C664AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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