Html Css Color HEX #C96EB0 Fuchsia

📋 copy color: '#C96EB0'

red 201 ◦ green 110 ◦ blue 176

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

Shades of Fuchsia #C96EB0

Tints of Fuchsia #C96EB0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.59%

 BLUE value IS 176 (69.14% from 255) = 36.14%

R = 41.27%
G = 22.59%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C96EB0 (or 0xC96EB0) is known color: Fuchsia. HEX triplet: C9, 6E and B0. RGB value is (201,110,176). Sum of RGB (Red+Green+Blue) = 201+110+176=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C96EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96EB0 is #36914F. Grayscale: #909090. Windows color (decimal): -3576144 or 11562697. OLE color: 11562697.

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

Color convert

RGB 201 110 176 -
CMYK 0 0.45 0.12 0.21
HSL 316.48º 0.46% 0.61% -
HSV(B) 316.48º 0.45% 0.79% -
XYZ 37.5 26.7 44.25 -
YUV 144.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 201 110 176 0 0.45 0.12 0.21 316.48 0.46 0.61
Hex C9 6E B0 0 2D C 15 13C 2E 3D
Octal 311 156 260 0 55 14 25 474 56 75
Binary 11001001 1101110 10110000 0 101101 1100 10101 100111100 101110 111101

Color Harmonies of #C96EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EB0

Black with #C96EB0

Text Example


Text Example

White with #C96EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EB0; }

 p { color: rgb(201,110,176); }

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

background-color css

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

 a { background-color: rgb(201,110,176); }

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

border-color css

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

 span { border-color: rgb(201,110,176); }

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