Html Css Color HEX #C96FB9 Fuchsia

📋 copy color: '#C96FB9'

red 201 ◦ green 111 ◦ blue 185

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

Shades of Fuchsia #C96FB9

Tints of Fuchsia #C96FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.22%

R = 40.44%
G = 22.33%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C96FB9 (or 0xC96FB9) is known color: Fuchsia. HEX triplet: C9, 6F and B9. RGB value is (201,111,185). Sum of RGB (Red+Green+Blue) = 201+111+185=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C96FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FB9 is #369046. Grayscale: #929292. Windows color (decimal): -3575879 or 12152777. OLE color: 12152777.

HSL color Cylindrical-coordinate representation of color #C96FB9: hue angle of 310.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 #C96FB9 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 111 185 -
CMYK 0 0.45 0.08 0.21
HSL 310.67º 0.45% 0.61% -
HSV(B) 310.67º 0.45% 0.79% -
XYZ 38.53 27.29 49.14 -
YUV 146.35 149.82 166.98 -
System Red Green Blue C M Y K H S L
Decimal 201 111 185 0 0.45 0.08 0.21 310.67 0.45 0.61
Hex C9 6F B9 0 2D 8 15 137 2D 3D
Octal 311 157 271 0 55 10 25 467 55 75
Binary 11001001 1101111 10111001 0 101101 1000 10101 100110111 101101 111101

Color Harmonies of #C96FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FB9

Black with #C96FB9

Text Example


Text Example

White with #C96FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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