Html Css Color HEX #C95BC8 Fuchsia

📋 copy color: '#C95BC8'

red 201 ◦ green 91 ◦ blue 200

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

Shades of Fuchsia #C95BC8

Tints of Fuchsia #C95BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.65%

R = 40.85%
G = 18.5%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#C95BC8 (or 0xC95BC8) is known color: Fuchsia. HEX triplet: C9, 5B and C8. RGB value is (201,91,200). Sum of RGB (Red+Green+Blue) = 201+91+200=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C95BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95BC8 is #36A437. Grayscale: #878787. Windows color (decimal): -3580984 or 13130697. OLE color: 13130697.

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

Color convert

RGB 201 91 200 -
CMYK 0 0.55 0.00 0.21
HSL 300.55º 0.5% 0.57% -
HSV(B) 300.55º 0.55% 0.79% -
XYZ 38.25 24.07 57.27 -
YUV 136.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 201 91 200 0 0.55 0.00 0.21 300.55 0.5 0.57
Hex C9 5B C8 0 37 0 15 12D 32 39
Octal 311 133 310 0 67 0 25 455 62 71
Binary 11001001 1011011 11001000 0 110111 0 10101 100101101 110010 111001

Color Harmonies of #C95BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95BC8

Black with #C95BC8

Text Example


Text Example

White with #C95BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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