Html Css Color HEX #C96BBF Fuchsia

📋 copy color: '#C96BBF'

red 201 ◦ green 107 ◦ blue 191

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

Shades of Fuchsia #C96BBF

Tints of Fuchsia #C96BBF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.44%

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

R = 40.28%
G = 21.44%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C96BBF (or 0xC96BBF) is known color: Fuchsia. HEX triplet: C9, 6B and BF. RGB value is (201,107,191). Sum of RGB (Red+Green+Blue) = 201+107+191=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C96BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96BBF is #369440. Grayscale: #909090. Windows color (decimal): -3576897 or 12544969. OLE color: 12544969.

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

Color convert

RGB 201 107 191 -
CMYK 0 0.47 0.05 0.21
HSL 306.38º 0.47% 0.6% -
HSV(B) 306.38º 0.47% 0.79% -
XYZ 38.75 26.69 52.4 -
YUV 144.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 201 107 191 0 0.47 0.05 0.21 306.38 0.47 0.6
Hex C9 6B BF 0 2F 5 15 132 2F 3C
Octal 311 153 277 0 57 5 25 462 57 74
Binary 11001001 1101011 10111111 0 101111 101 10101 100110010 101111 111100

Color Harmonies of #C96BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96BBF

Black with #C96BBF

Text Example


Text Example

White with #C96BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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