Html Css Color HEX #C96CAF Fuchsia

📋 copy color: '#C96CAF'

red 201 ◦ green 108 ◦ blue 175

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

Shades of Fuchsia #C96CAF

Tints of Fuchsia #C96CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.31%

 BLUE value IS 175 (68.75% from 255) = 36.16%

R = 41.53%
G = 22.31%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C96CAF (or 0xC96CAF) is known color: Fuchsia. HEX triplet: C9, 6C and AF. RGB value is (201,108,175). Sum of RGB (Red+Green+Blue) = 201+108+175=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96CAF is #369350. Grayscale: #8F8F8F. Windows color (decimal): -3576657 or 11496649. OLE color: 11496649.

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

Color convert

RGB 201 108 175 -
CMYK 0 0.46 0.13 0.21
HSL 316.77º 0.46% 0.61% -
HSV(B) 316.77º 0.46% 0.79% -
XYZ 37.19 26.24 43.66 -
YUV 143.45 145.81 169.05 -
System Red Green Blue C M Y K H S L
Decimal 201 108 175 0 0.46 0.13 0.21 316.77 0.46 0.61
Hex C9 6C AF 0 2E D 15 13D 2E 3D
Octal 311 154 257 0 56 15 25 475 56 75
Binary 11001001 1101100 10101111 0 101110 1101 10101 100111101 101110 111101

Color Harmonies of #C96CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CAF

Black with #C96CAF

Text Example


Text Example

White with #C96CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CAF; }

 p { color: rgb(201,108,175); }

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

background-color css

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

 a { background-color: rgb(201,108,175); }

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

border-color css

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

 span { border-color: rgb(201,108,175); }

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