Html Css Color HEX #C955BE Fuchsia

📋 copy color: '#C955BE'

red 201 ◦ green 85 ◦ blue 190

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

Shades of Fuchsia #C955BE

Tints of Fuchsia #C955BE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.86%

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

R = 42.23%
G = 17.86%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C955BE (or 0xC955BE) is known color: Fuchsia. HEX triplet: C9, 55 and BE. RGB value is (201,85,190). Sum of RGB (Red+Green+Blue) = 201+85+190=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C955BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955BE is #36AA41. Grayscale: #838383. Windows color (decimal): -3582530 or 12473801. OLE color: 12473801.

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

Color convert

RGB 201 85 190 -
CMYK 0 0.58 0.05 0.21
HSL 305.69º 0.52% 0.56% -
HSV(B) 305.69º 0.58% 0.79% -
XYZ 36.63 22.63 51.15 -
YUV 131.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 201 85 190 0 0.58 0.05 0.21 305.69 0.52 0.56
Hex C9 55 BE 0 3A 5 15 132 34 38
Octal 311 125 276 0 72 5 25 462 64 70
Binary 11001001 1010101 10111110 0 111010 101 10101 100110010 110100 111000

Color Harmonies of #C955BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C955BE

Black with #C955BE

Text Example


Text Example

White with #C955BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C955BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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