Html Css Color HEX #C965AC Fuchsia

📋 copy color: '#C965AC'

red 201 ◦ green 101 ◦ blue 172

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

Shades of Fuchsia #C965AC

Tints of Fuchsia #C965AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 42.41%
G = 21.31%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C965AC (or 0xC965AC) is known color: Fuchsia. HEX triplet: C9, 65 and AC. RGB value is (201,101,172). Sum of RGB (Red+Green+Blue) = 201+101+172=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C965AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C965AC is #369A53. Grayscale: #8A8A8A. Windows color (decimal): -3578452 or 11298249. OLE color: 11298249.

HSL color Cylindrical-coordinate representation of color #C965AC: hue angle of 317.4º 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 #C965AC is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 101 172 -
CMYK 0 0.50 0.14 0.21
HSL 317.4º 0.48% 0.59% -
HSV(B) 317.4º 0.5% 0.79% -
XYZ 36.19 24.7 41.89 -
YUV 138.99 146.63 172.23 -
System Red Green Blue C M Y K H S L
Decimal 201 101 172 0 0.50 0.14 0.21 317.4 0.48 0.59
Hex C9 65 AC 0 32 E 15 13D 30 3B
Octal 311 145 254 0 62 16 25 475 60 73
Binary 11001001 1100101 10101100 0 110010 1110 10101 100111101 110000 111011

Color Harmonies of #C965AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C965AC

Black with #C965AC

Text Example


Text Example

White with #C965AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C965AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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