Html Css Color HEX #C958C0 Fuchsia

📋 copy color: '#C958C0'

red 201 ◦ green 88 ◦ blue 192

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

Shades of Fuchsia #C958C0

Tints of Fuchsia #C958C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.92%

R = 41.79%
G = 18.3%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C958C0 (or 0xC958C0) is known color: Fuchsia. HEX triplet: C9, 58 and C0. RGB value is (201,88,192). Sum of RGB (Red+Green+Blue) = 201+88+192=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C958C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958C0 is #36A73F. Grayscale: #858585. Windows color (decimal): -3581760 or 12605641. OLE color: 12605641.

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

Color convert

RGB 201 88 192 -
CMYK 0 0.56 0.04 0.21
HSL 304.78º 0.51% 0.57% -
HSV(B) 304.78º 0.56% 0.79% -
XYZ 37.09 23.2 52.39 -
YUV 133.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 201 88 192 0 0.56 0.04 0.21 304.78 0.51 0.57
Hex C9 58 C0 0 38 4 15 131 33 39
Octal 311 130 300 0 70 4 25 461 63 71
Binary 11001001 1011000 11000000 0 111000 100 10101 100110001 110011 111001

Color Harmonies of #C958C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C958C0

Black with #C958C0

Text Example


Text Example

White with #C958C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C958C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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