Html Css Color HEX #C96CB0 Fuchsia

📋 copy color: '#C96CB0'

red 201 ◦ green 108 ◦ blue 176

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

Shades of Fuchsia #C96CB0

Tints of Fuchsia #C96CB0

RGB

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

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

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

R = 41.44%
G = 22.27%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C96CB0 (or 0xC96CB0) is known color: Fuchsia. HEX triplet: C9, 6C and B0. RGB value is (201,108,176). Sum of RGB (Red+Green+Blue) = 201+108+176=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96CB0 is #36934F. Grayscale: #8F8F8F. Windows color (decimal): -3576656 or 11562185. OLE color: 11562185.

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

Color convert

RGB 201 108 176 -
CMYK 0 0.46 0.12 0.21
HSL 316.13º 0.46% 0.61% -
HSV(B) 316.13º 0.46% 0.79% -
XYZ 37.29 26.28 44.18 -
YUV 143.56 146.31 168.97 -
System Red Green Blue C M Y K H S L
Decimal 201 108 176 0 0.46 0.12 0.21 316.13 0.46 0.61
Hex C9 6C B0 0 2E C 15 13C 2E 3D
Octal 311 154 260 0 56 14 25 474 56 75
Binary 11001001 1101100 10110000 0 101110 1100 10101 100111100 101110 111101

Color Harmonies of #C96CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CB0

Black with #C96CB0

Text Example


Text Example

White with #C96CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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