Html Css Color HEX #C96AB1 Fuchsia

📋 copy color: '#C96AB1'

red 201 ◦ green 106 ◦ blue 177

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

Shades of Fuchsia #C96AB1

Tints of Fuchsia #C96AB1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.9%

 BLUE value IS 177 (69.53% from 255) = 36.57%

R = 41.53%
G = 21.9%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C96AB1 (or 0xC96AB1) is known color: Fuchsia. HEX triplet: C9, 6A and B1. RGB value is (201,106,177). Sum of RGB (Red+Green+Blue) = 201+106+177=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C96AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96AB1 is #36954E. Grayscale: #8E8E8E. Windows color (decimal): -3577167 or 11627209. OLE color: 11627209.

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

Color convert

RGB 201 106 177 -
CMYK 0 0.47 0.12 0.21
HSL 315.16º 0.47% 0.6% -
HSV(B) 315.16º 0.47% 0.79% -
XYZ 37.18 25.9 44.63 -
YUV 142.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 201 106 177 0 0.47 0.12 0.21 315.16 0.47 0.6
Hex C9 6A B1 0 2F C 15 13B 2F 3C
Octal 311 152 261 0 57 14 25 473 57 74
Binary 11001001 1101010 10110001 0 101111 1100 10101 100111011 101111 111100

Color Harmonies of #C96AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96AB1

Black with #C96AB1

Text Example


Text Example

White with #C96AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96AB1; }

 p { color: rgb(201,106,177); }

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

background-color css

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

 a { background-color: rgb(201,106,177); }

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

border-color css

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

 span { border-color: rgb(201,106,177); }

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