Html Css Color HEX #C95BBE Fuchsia

📋 copy color: '#C95BBE'

red 201 ◦ green 91 ◦ blue 190

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

Shades of Fuchsia #C95BBE

Tints of Fuchsia #C95BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.42%

R = 41.7%
G = 18.88%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C95BBE (or 0xC95BBE) is known color: Fuchsia. HEX triplet: C9, 5B and BE. RGB value is (201,91,190). Sum of RGB (Red+Green+Blue) = 201+91+190=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C95BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95BBE is #36A441. Grayscale: #868686. Windows color (decimal): -3580994 or 12475337. OLE color: 12475337.

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

Color convert

RGB 201 91 190 -
CMYK 0 0.55 0.05 0.21
HSL 306º 0.5% 0.57% -
HSV(B) 306º 0.55% 0.79% -
XYZ 37.12 23.62 51.32 -
YUV 135.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 201 91 190 0 0.55 0.05 0.21 306 0.5 0.57
Hex C9 5B BE 0 37 5 15 132 32 39
Octal 311 133 276 0 67 5 25 462 62 71
Binary 11001001 1011011 10111110 0 110111 101 10101 100110010 110010 111001

Color Harmonies of #C95BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95BBE

Black with #C95BBE

Text Example


Text Example

White with #C95BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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