Html Css Color HEX #C66DAE Fuchsia

📋 copy color: '#C66DAE'

red 198 ◦ green 109 ◦ blue 174

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

Shades of Fuchsia #C66DAE

Tints of Fuchsia #C66DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.66%

 BLUE value IS 174 (68.36% from 255) = 36.17%

R = 41.16%
G = 22.66%
B = 36.17%

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

#C66DAE (or 0xC66DAE) is known color: Fuchsia. HEX triplet: C6, 6D and AE. RGB value is (198,109,174). Sum of RGB (Red+Green+Blue) = 198+109+174=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C66DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66DAE is #399251. Grayscale: #8E8E8E. Windows color (decimal): -3773010 or 11431366. OLE color: 11431366.

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

Color convert

RGB 198 109 174 -
CMYK 0 0.45 0.12 0.22
HSL 316.18º 0.44% 0.6% -
HSV(B) 316.18º 0.45% 0.78% -
XYZ 36.4 26 43.14 -
YUV 143.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 198 109 174 0 0.45 0.12 0.22 316.18 0.44 0.6
Hex C6 6D AE 0 2D C 16 13C 2C 3C
Octal 306 155 256 0 55 14 26 474 54 74
Binary 11000110 1101101 10101110 0 101101 1100 10110 100111100 101100 111100

Color Harmonies of #C66DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66DAE

Black with #C66DAE

Text Example


Text Example

White with #C66DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66DAE; }

 p { color: rgb(198,109,174); }

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

background-color css

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

 a { background-color: rgb(198,109,174); }

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

border-color css

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

 span { border-color: rgb(198,109,174); }

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