Html Css Color HEX #C95BC7 Fuchsia

📋 copy color: '#C95BC7'

red 201 ◦ green 91 ◦ blue 199

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

Shades of Fuchsia #C95BC7

Tints of Fuchsia #C95BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.53%

R = 40.94%
G = 18.53%
B = 40.53%

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

#C95BC7 (or 0xC95BC7) is known color: Fuchsia. HEX triplet: C9, 5B and C7. RGB value is (201,91,199). Sum of RGB (Red+Green+Blue) = 201+91+199=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C95BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95BC7 is #36A438. Grayscale: #878787. Windows color (decimal): -3580985 or 13065161. OLE color: 13065161.

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

Color convert

RGB 201 91 199 -
CMYK 0 0.55 0.01 0.21
HSL 301.09º 0.5% 0.57% -
HSV(B) 301.09º 0.55% 0.79% -
XYZ 38.14 24.02 56.66 -
YUV 136.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 201 91 199 0 0.55 0.01 0.21 301.09 0.5 0.57
Hex C9 5B C7 0 37 1 15 12D 32 39
Octal 311 133 307 0 67 1 25 455 62 71
Binary 11001001 1011011 11000111 0 110111 1 10101 100101101 110010 111001

Color Harmonies of #C95BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95BC7

Black with #C95BC7

Text Example


Text Example

White with #C95BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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