Html Css Color HEX #C958C2 Fuchsia

📋 copy color: '#C958C2'

red 201 ◦ green 88 ◦ blue 194

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

Shades of Fuchsia #C958C2

Tints of Fuchsia #C958C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.17%

R = 41.61%
G = 18.22%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C958C2 (or 0xC958C2) is known color: Fuchsia. HEX triplet: C9, 58 and C2. RGB value is (201,88,194). Sum of RGB (Red+Green+Blue) = 201+88+194=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C958C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958C2 is #36A73D. Grayscale: #858585. Windows color (decimal): -3581758 or 12736713. OLE color: 12736713.

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

Color convert

RGB 201 88 194 -
CMYK 0 0.56 0.03 0.21
HSL 303.72º 0.51% 0.57% -
HSV(B) 303.72º 0.56% 0.79% -
XYZ 37.31 23.29 53.57 -
YUV 133.87 161.94 175.88 -
System Red Green Blue C M Y K H S L
Decimal 201 88 194 0 0.56 0.03 0.21 303.72 0.51 0.57
Hex C9 58 C2 0 38 3 15 130 33 39
Octal 311 130 302 0 70 3 25 460 63 71
Binary 11001001 1011000 11000010 0 111000 11 10101 100110000 110011 111001

Color Harmonies of #C958C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C958C2

Black with #C958C2

Text Example


Text Example

White with #C958C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C958C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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