Html Css Color HEX #C661AF Fuchsia

📋 copy color: '#C661AF'

red 198 ◦ green 97 ◦ blue 175

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

Shades of Fuchsia #C661AF

Tints of Fuchsia #C661AF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.64%

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

R = 42.13%
G = 20.64%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C661AF (or 0xC661AF) is known color: Fuchsia. HEX triplet: C6, 61 and AF. RGB value is (198,97,175). Sum of RGB (Red+Green+Blue) = 198+97+175=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C661AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C661AF is #399E50. Grayscale: #878787. Windows color (decimal): -3776081 or 11493830. OLE color: 11493830.

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

Color convert

RGB 198 97 175 -
CMYK 0 0.51 0.12 0.22
HSL 313.66º 0.47% 0.58% -
HSV(B) 313.66º 0.51% 0.78% -
XYZ 35.3 23.65 43.26 -
YUV 136.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 198 97 175 0 0.51 0.12 0.22 313.66 0.47 0.58
Hex C6 61 AF 0 33 C 16 13A 2F 3A
Octal 306 141 257 0 63 14 26 472 57 72
Binary 11000110 1100001 10101111 0 110011 1100 10110 100111010 101111 111010

Color Harmonies of #C661AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C661AF

Black with #C661AF

Text Example


Text Example

White with #C661AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C661AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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