Html Css Color HEX #C96DB1 Fuchsia

📋 copy color: '#C96DB1'

red 201 ◦ green 109 ◦ blue 177

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

Shades of Fuchsia #C96DB1

Tints of Fuchsia #C96DB1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.38%

 BLUE value IS 177 (69.53% from 255) = 36.34%

R = 41.27%
G = 22.38%
B = 36.34%

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

#C96DB1 (or 0xC96DB1) is known color: Fuchsia. HEX triplet: C9, 6D and B1. RGB value is (201,109,177). Sum of RGB (Red+Green+Blue) = 201+109+177=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96DB1 is #36924E. Grayscale: #909090. Windows color (decimal): -3576399 or 11627977. OLE color: 11627977.

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

Color convert

RGB 201 109 177 -
CMYK 0 0.46 0.12 0.21
HSL 315.65º 0.46% 0.61% -
HSV(B) 315.65º 0.46% 0.79% -
XYZ 37.49 26.53 44.74 -
YUV 144.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 201 109 177 0 0.46 0.12 0.21 315.65 0.46 0.61
Hex C9 6D B1 0 2E C 15 13C 2E 3D
Octal 311 155 261 0 56 14 25 474 56 75
Binary 11001001 1101101 10110001 0 101110 1100 10101 100111100 101110 111101

Color Harmonies of #C96DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DB1

Black with #C96DB1

Text Example


Text Example

White with #C96DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DB1; }

 p { color: rgb(201,109,177); }

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

background-color css

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

 a { background-color: rgb(201,109,177); }

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

border-color css

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

 span { border-color: rgb(201,109,177); }

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