Html Css Color HEX #C96DB3 Fuchsia

📋 copy color: '#C96DB3'

red 201 ◦ green 109 ◦ blue 179

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

Shades of Fuchsia #C96DB3

Tints of Fuchsia #C96DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.61%

R = 41.1%
G = 22.29%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C96DB3 (or 0xC96DB3) is known color: Fuchsia. HEX triplet: C9, 6D and B3. RGB value is (201,109,179). Sum of RGB (Red+Green+Blue) = 201+109+179=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DB3 is #36924C. Grayscale: #909090. Windows color (decimal): -3576397 or 11759049. OLE color: 11759049.

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

Color convert

RGB 201 109 179 -
CMYK 0 0.46 0.11 0.21
HSL 314.35º 0.46% 0.61% -
HSV(B) 314.35º 0.46% 0.79% -
XYZ 37.69 26.61 45.8 -
YUV 144.49 147.48 168.31 -
System Red Green Blue C M Y K H S L
Decimal 201 109 179 0 0.46 0.11 0.21 314.35 0.46 0.61
Hex C9 6D B3 0 2E B 15 13A 2E 3D
Octal 311 155 263 0 56 13 25 472 56 75
Binary 11001001 1101101 10110011 0 101110 1011 10101 100111010 101110 111101

Color Harmonies of #C96DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DB3

Black with #C96DB3

Text Example


Text Example

White with #C96DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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