Html Css Color HEX #C955B0 Fuchsia

📋 copy color: '#C955B0'

red 201 ◦ green 85 ◦ blue 176

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

Shades of Fuchsia #C955B0

Tints of Fuchsia #C955B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.1%

R = 43.51%
G = 18.4%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C955B0 (or 0xC955B0) is known color: Fuchsia. HEX triplet: C9, 55 and B0. RGB value is (201,85,176). Sum of RGB (Red+Green+Blue) = 201+85+176=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C955B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C955B0 is #36AA4F. Grayscale: #818181. Windows color (decimal): -3582544 or 11556297. OLE color: 11556297.

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

Color convert

RGB 201 85 176 -
CMYK 0 0.58 0.12 0.21
HSL 312.93º 0.52% 0.56% -
HSV(B) 312.93º 0.58% 0.79% -
XYZ 35.17 22.05 43.48 -
YUV 130.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 201 85 176 0 0.58 0.12 0.21 312.93 0.52 0.56
Hex C9 55 B0 0 3A C 15 139 34 38
Octal 311 125 260 0 72 14 25 471 64 70
Binary 11001001 1010101 10110000 0 111010 1100 10101 100111001 110100 111000

Color Harmonies of #C955B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C955B0

Black with #C955B0

Text Example


Text Example

White with #C955B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C955B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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