Html Css Color HEX #C966AE Fuchsia

📋 copy color: '#C966AE'

red 201 ◦ green 102 ◦ blue 174

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

Shades of Fuchsia #C966AE

Tints of Fuchsia #C966AE

RGB

 RED value IS 201 (78.91% from 255) = 42.14%

 GREEN value IS 102 (40.23% from 255) = 21.38%

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

R = 42.14%
G = 21.38%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C966AE (or 0xC966AE) is known color: Fuchsia. HEX triplet: C9, 66 and AE. RGB value is (201,102,174). Sum of RGB (Red+Green+Blue) = 201+102+174=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C966AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C966AE is #369951. Grayscale: #8B8B8B. Windows color (decimal): -3578194 or 11429577. OLE color: 11429577.

HSL color Cylindrical-coordinate representation of color #C966AE: hue angle of 316.36º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C966AE is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 102 174 -
CMYK 0 0.49 0.13 0.21
HSL 316.36º 0.48% 0.59% -
HSV(B) 316.36º 0.49% 0.79% -
XYZ 36.48 24.98 42.94 -
YUV 139.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 201 102 174 0 0.49 0.13 0.21 316.36 0.48 0.59
Hex C9 66 AE 0 31 D 15 13C 30 3B
Octal 311 146 256 0 61 15 25 474 60 73
Binary 11001001 1100110 10101110 0 110001 1101 10101 100111100 110000 111011

Color Harmonies of #C966AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966AE

Black with #C966AE

Text Example


Text Example

White with #C966AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966AE; }

 p { color: rgb(201,102,174); }

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

background-color css

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

 a { background-color: rgb(201,102,174); }

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

border-color css

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

 span { border-color: rgb(201,102,174); }

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