Html Css Color HEX #C95BBB Fuchsia

📋 copy color: '#C95BBB'

red 201 ◦ green 91 ◦ blue 187

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

Shades of Fuchsia #C95BBB

Tints of Fuchsia #C95BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.04%

R = 41.96%
G = 19%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C95BBB (or 0xC95BBB) is known color: Fuchsia. HEX triplet: C9, 5B and BB. RGB value is (201,91,187). Sum of RGB (Red+Green+Blue) = 201+91+187=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C95BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95BBB is #36A444. Grayscale: #868686. Windows color (decimal): -3580997 or 12278729. OLE color: 12278729.

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

Color convert

RGB 201 91 187 -
CMYK 0 0.55 0.07 0.21
HSL 307.64º 0.5% 0.57% -
HSV(B) 307.64º 0.55% 0.79% -
XYZ 36.8 23.49 49.61 -
YUV 134.83 157.44 175.19 -
System Red Green Blue C M Y K H S L
Decimal 201 91 187 0 0.55 0.07 0.21 307.64 0.5 0.57
Hex C9 5B BB 0 37 7 15 134 32 39
Octal 311 133 273 0 67 7 25 464 62 71
Binary 11001001 1011011 10111011 0 110111 111 10101 100110100 110010 111001

Color Harmonies of #C95BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95BBB

Black with #C95BBB

Text Example


Text Example

White with #C95BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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