Html Css Color HEX #C66CAF Fuchsia

📋 copy color: '#C66CAF'

red 198 ◦ green 108 ◦ blue 175

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

Shades of Fuchsia #C66CAF

Tints of Fuchsia #C66CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.45%

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

R = 41.16%
G = 22.45%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C66CAF (or 0xC66CAF) is known color: Fuchsia. HEX triplet: C6, 6C and AF. RGB value is (198,108,175). Sum of RGB (Red+Green+Blue) = 198+108+175=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C66CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66CAF is #399350. Grayscale: #8E8E8E. Windows color (decimal): -3773265 or 11496646. OLE color: 11496646.

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

Color convert

RGB 198 108 175 -
CMYK 0 0.45 0.12 0.22
HSL 315.33º 0.44% 0.6% -
HSV(B) 315.33º 0.45% 0.78% -
XYZ 36.39 25.83 43.62 -
YUV 142.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 198 108 175 0 0.45 0.12 0.22 315.33 0.44 0.6
Hex C6 6C AF 0 2D C 16 13B 2C 3C
Octal 306 154 257 0 55 14 26 473 54 74
Binary 11000110 1101100 10101111 0 101101 1100 10110 100111011 101100 111100

Color Harmonies of #C66CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66CAF

Black with #C66CAF

Text Example


Text Example

White with #C66CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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