Html Css Color HEX #C95BAF Fuchsia

📋 copy color: '#C95BAF'

red 201 ◦ green 91 ◦ blue 175

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

Shades of Fuchsia #C95BAF

Tints of Fuchsia #C95BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.47%

R = 43.04%
G = 19.49%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C95BAF (or 0xC95BAF) is known color: Fuchsia. HEX triplet: C9, 5B and AF. RGB value is (201,91,175). Sum of RGB (Red+Green+Blue) = 201+91+175=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C95BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95BAF is #36A450. Grayscale: #858585. Windows color (decimal): -3581009 or 11492297. OLE color: 11492297.

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

Color convert

RGB 201 91 175 -
CMYK 0 0.55 0.13 0.21
HSL 314.18º 0.5% 0.57% -
HSV(B) 314.18º 0.55% 0.79% -
XYZ 35.57 22.99 43.12 -
YUV 133.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 201 91 175 0 0.55 0.13 0.21 314.18 0.5 0.57
Hex C9 5B AF 0 37 D 15 13A 32 39
Octal 311 133 257 0 67 15 25 472 62 71
Binary 11001001 1011011 10101111 0 110111 1101 10101 100111010 110010 111001

Color Harmonies of #C95BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95BAF

Black with #C95BAF

Text Example


Text Example

White with #C95BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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