Html Css Color HEX #C963AE Fuchsia

📋 copy color: '#C963AE'

red 201 ◦ green 99 ◦ blue 174

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

Shades of Fuchsia #C963AE

Tints of Fuchsia #C963AE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.89%

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

R = 42.41%
G = 20.89%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C963AE (or 0xC963AE) is known color: Fuchsia. HEX triplet: C9, 63 and AE. RGB value is (201,99,174). Sum of RGB (Red+Green+Blue) = 201+99+174=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C963AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C963AE is #369C51. Grayscale: #898989. Windows color (decimal): -3578962 or 11428809. OLE color: 11428809.

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

Color convert

RGB 201 99 174 -
CMYK 0 0.51 0.13 0.21
HSL 315.88º 0.49% 0.59% -
HSV(B) 315.88º 0.51% 0.79% -
XYZ 36.19 24.4 42.85 -
YUV 138.05 148.29 172.9 -
System Red Green Blue C M Y K H S L
Decimal 201 99 174 0 0.51 0.13 0.21 315.88 0.49 0.59
Hex C9 63 AE 0 33 D 15 13C 31 3B
Octal 311 143 256 0 63 15 25 474 61 73
Binary 11001001 1100011 10101110 0 110011 1101 10101 100111100 110001 111011

Color Harmonies of #C963AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963AE

Black with #C963AE

Text Example


Text Example

White with #C963AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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