Html Css Color HEX #C965AE Fuchsia

📋 copy color: '#C965AE'

red 201 ◦ green 101 ◦ blue 174

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

Shades of Fuchsia #C965AE

Tints of Fuchsia #C965AE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.22%

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

R = 42.23%
G = 21.22%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C965AE (or 0xC965AE) is known color: Fuchsia. HEX triplet: C9, 65 and AE. RGB value is (201,101,174). Sum of RGB (Red+Green+Blue) = 201+101+174=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C965AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C965AE is #369A51. Grayscale: #8B8B8B. Windows color (decimal): -3578450 or 11429321. OLE color: 11429321.

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

Color convert

RGB 201 101 174 -
CMYK 0 0.50 0.13 0.21
HSL 316.2º 0.48% 0.59% -
HSV(B) 316.2º 0.5% 0.79% -
XYZ 36.38 24.78 42.91 -
YUV 139.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 201 101 174 0 0.50 0.13 0.21 316.2 0.48 0.59
Hex C9 65 AE 0 32 D 15 13C 30 3B
Octal 311 145 256 0 62 15 25 474 60 73
Binary 11001001 1100101 10101110 0 110010 1101 10101 100111100 110000 111011

Color Harmonies of #C965AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965AE

Black with #C965AE

Text Example


Text Example

White with #C965AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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