Html Css Color HEX #C95CBB Fuchsia

📋 copy color: '#C95CBB'

red 201 ◦ green 92 ◦ blue 187

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

Shades of Fuchsia #C95CBB

Tints of Fuchsia #C95CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.17%

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

R = 41.88%
G = 19.17%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C95CBB (or 0xC95CBB) is known color: Fuchsia. HEX triplet: C9, 5C and BB. RGB value is (201,92,187). Sum of RGB (Red+Green+Blue) = 201+92+187=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C95CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CBB is #36A344. Grayscale: #878787. Windows color (decimal): -3580741 or 12278985. OLE color: 12278985.

HSL color Cylindrical-coordinate representation of color #C95CBB: hue angle of 307.71º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95CBB is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 92 187 -
CMYK 0 0.54 0.07 0.21
HSL 307.71º 0.5% 0.57% -
HSV(B) 307.71º 0.54% 0.79% -
XYZ 36.88 23.66 49.64 -
YUV 135.42 157.11 174.78 -
System Red Green Blue C M Y K H S L
Decimal 201 92 187 0 0.54 0.07 0.21 307.71 0.5 0.57
Hex C9 5C BB 0 36 7 15 134 32 39
Octal 311 134 273 0 66 7 25 464 62 71
Binary 11001001 1011100 10111011 0 110110 111 10101 100110100 110010 111001

Color Harmonies of #C95CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95CBB

Black with #C95CBB

Text Example


Text Example

White with #C95CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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