Html Css Color HEX #C96CBF Fuchsia

📋 copy color: '#C96CBF'

red 201 ◦ green 108 ◦ blue 191

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

Shades of Fuchsia #C96CBF

Tints of Fuchsia #C96CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.2%

R = 40.2%
G = 21.6%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C96CBF (or 0xC96CBF) is known color: Fuchsia. HEX triplet: C9, 6C and BF. RGB value is (201,108,191). Sum of RGB (Red+Green+Blue) = 201+108+191=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CBF is #369340. Grayscale: #919191. Windows color (decimal): -3576641 or 12545225. OLE color: 12545225.

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

Color convert

RGB 201 108 191 -
CMYK 0 0.46 0.05 0.21
HSL 306.45º 0.46% 0.61% -
HSV(B) 306.45º 0.46% 0.79% -
XYZ 38.85 26.9 52.44 -
YUV 145.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 201 108 191 0 0.46 0.05 0.21 306.45 0.46 0.61
Hex C9 6C BF 0 2E 5 15 132 2E 3D
Octal 311 154 277 0 56 5 25 462 56 75
Binary 11001001 1101100 10111111 0 101110 101 10101 100110010 101110 111101

Color Harmonies of #C96CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CBF

Black with #C96CBF

Text Example


Text Example

White with #C96CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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