Html Css Color HEX #C959BC Fuchsia

📋 copy color: '#C959BC'

red 201 ◦ green 89 ◦ blue 188

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

Shades of Fuchsia #C959BC

Tints of Fuchsia #C959BC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.62%

 BLUE value IS 188 (73.83% from 255) = 39.33%

R = 42.05%
G = 18.62%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C959BC (or 0xC959BC) is known color: Fuchsia. HEX triplet: C9, 59 and BC. RGB value is (201,89,188). Sum of RGB (Red+Green+Blue) = 201+89+188=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C959BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959BC is #36A643. Grayscale: #858585. Windows color (decimal): -3581508 or 12343753. OLE color: 12343753.

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

Color convert

RGB 201 89 188 -
CMYK 0 0.56 0.06 0.21
HSL 306.96º 0.51% 0.57% -
HSV(B) 306.96º 0.56% 0.79% -
XYZ 36.74 23.19 50.12 -
YUV 133.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 201 89 188 0 0.56 0.06 0.21 306.96 0.51 0.57
Hex C9 59 BC 0 38 6 15 133 33 39
Octal 311 131 274 0 70 6 25 463 63 71
Binary 11001001 1011001 10111100 0 111000 110 10101 100110011 110011 111001

Color Harmonies of #C959BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C959BC

Black with #C959BC

Text Example


Text Example

White with #C959BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C959BC; }

 p { color: rgb(201,89,188); }

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

background-color css

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

 a { background-color: rgb(201,89,188); }

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

border-color css

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

 span { border-color: rgb(201,89,188); }

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