Html Css Color HEX #C95BC6 Fuchsia

📋 copy color: '#C95BC6'

red 201 ◦ green 91 ◦ blue 198

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

Shades of Fuchsia #C95BC6

Tints of Fuchsia #C95BC6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.57%

 BLUE value IS 198 (77.73% from 255) = 40.41%

R = 41.02%
G = 18.57%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C95BC6 (or 0xC95BC6) is known color: Fuchsia. HEX triplet: C9, 5B and C6. RGB value is (201,91,198). Sum of RGB (Red+Green+Blue) = 201+91+198=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C95BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95BC6 is #36A439. Grayscale: #878787. Windows color (decimal): -3580986 or 12999625. OLE color: 12999625.

HSL color Cylindrical-coordinate representation of color #C95BC6: hue angle of 301.64º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95BC6 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 91 198 -
CMYK 0 0.55 0.01 0.21
HSL 301.64º 0.5% 0.57% -
HSV(B) 301.64º 0.55% 0.79% -
XYZ 38.02 23.98 56.05 -
YUV 136.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 201 91 198 0 0.55 0.01 0.21 301.64 0.5 0.57
Hex C9 5B C6 0 37 1 15 12E 32 39
Octal 311 133 306 0 67 1 25 456 62 71
Binary 11001001 1011011 11000110 0 110111 1 10101 100101110 110010 111001

Color Harmonies of #C95BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95BC6

Black with #C95BC6

Text Example


Text Example

White with #C95BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95BC6; }

 p { color: rgb(201,91,198); }

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

background-color css

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

 a { background-color: rgb(201,91,198); }

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

border-color css

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

 span { border-color: rgb(201,91,198); }

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