Html Css Color HEX #C958B8 Fuchsia

📋 copy color: '#C958B8'

red 201 ◦ green 88 ◦ blue 184

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

Shades of Fuchsia #C958B8

Tints of Fuchsia #C958B8

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.6%

 BLUE value IS 184 (72.27% from 255) = 38.9%

R = 42.49%
G = 18.6%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C958B8 (or 0xC958B8) is known color: Fuchsia. HEX triplet: C9, 58 and B8. RGB value is (201,88,184). Sum of RGB (Red+Green+Blue) = 201+88+184=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C958B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958B8 is #36A747. Grayscale: #848484. Windows color (decimal): -3581768 or 12081353. OLE color: 12081353.

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

Color convert

RGB 201 88 184 -
CMYK 0 0.56 0.08 0.21
HSL 309.03º 0.51% 0.57% -
HSV(B) 309.03º 0.56% 0.79% -
XYZ 36.23 22.86 47.85 -
YUV 132.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 201 88 184 0 0.56 0.08 0.21 309.03 0.51 0.57
Hex C9 58 B8 0 38 8 15 135 33 39
Octal 311 130 270 0 70 10 25 465 63 71
Binary 11001001 1011000 10111000 0 111000 1000 10101 100110101 110011 111001

Color Harmonies of #C958B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C958B8

Black with #C958B8

Text Example


Text Example

White with #C958B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C958B8; }

 p { color: rgb(201,88,184); }

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

background-color css

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

 a { background-color: rgb(201,88,184); }

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

border-color css

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

 span { border-color: rgb(201,88,184); }

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