Html Css Color HEX #C96BBB Fuchsia

📋 copy color: '#C96BBB'

red 201 ◦ green 107 ◦ blue 187

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

Shades of Fuchsia #C96BBB

Tints of Fuchsia #C96BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.78%

R = 40.61%
G = 21.62%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C96BBB (or 0xC96BBB) is known color: Fuchsia. HEX triplet: C9, 6B and BB. RGB value is (201,107,187). Sum of RGB (Red+Green+Blue) = 201+107+187=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C96BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96BBB is #369444. Grayscale: #909090. Windows color (decimal): -3576901 or 12282825. OLE color: 12282825.

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

Color convert

RGB 201 107 187 -
CMYK 0 0.47 0.07 0.21
HSL 308.94º 0.47% 0.6% -
HSV(B) 308.94º 0.47% 0.79% -
XYZ 38.31 26.52 50.11 -
YUV 144.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 201 107 187 0 0.47 0.07 0.21 308.94 0.47 0.6
Hex C9 6B BB 0 2F 7 15 135 2F 3C
Octal 311 153 273 0 57 7 25 465 57 74
Binary 11001001 1101011 10111011 0 101111 111 10101 100110101 101111 111100

Color Harmonies of #C96BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96BBB

Black with #C96BBB

Text Example


Text Example

White with #C96BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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