Html Css Color HEX #C96FB3 Fuchsia

📋 copy color: '#C96FB3'

red 201 ◦ green 111 ◦ blue 179

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

Shades of Fuchsia #C96FB3

Tints of Fuchsia #C96FB3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.61%

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

R = 40.94%
G = 22.61%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C96FB3 (or 0xC96FB3) is known color: Fuchsia. HEX triplet: C9, 6F and B3. RGB value is (201,111,179). Sum of RGB (Red+Green+Blue) = 201+111+179=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C96FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FB3 is #36904C. Grayscale: #919191. Windows color (decimal): -3575885 or 11759561. OLE color: 11759561.

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

Color convert

RGB 201 111 179 -
CMYK 0 0.45 0.11 0.21
HSL 314.67º 0.45% 0.61% -
HSV(B) 314.67º 0.45% 0.79% -
XYZ 37.91 27.04 45.87 -
YUV 145.66 146.82 167.47 -
System Red Green Blue C M Y K H S L
Decimal 201 111 179 0 0.45 0.11 0.21 314.67 0.45 0.61
Hex C9 6F B3 0 2D B 15 13B 2D 3D
Octal 311 157 263 0 55 13 25 473 55 75
Binary 11001001 1101111 10110011 0 101101 1011 10101 100111011 101101 111101

Color Harmonies of #C96FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FB3

Black with #C96FB3

Text Example


Text Example

White with #C96FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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