Html Css Color HEX #C958CE Fuchsia

📋 copy color: '#C958CE'

red 201 ◦ green 88 ◦ blue 206

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

Shades of Fuchsia #C958CE

Tints of Fuchsia #C958CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 40.61%
G = 17.78%
B = 41.62%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C958CE (or 0xC958CE) is known color: Fuchsia. HEX triplet: C9, 58 and CE. RGB value is (201,88,206). Sum of RGB (Red+Green+Blue) = 201+88+206=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #C958CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958CE is #36A731. Grayscale: #868686. Windows color (decimal): -3581746 or 13523145. OLE color: 13523145.

HSL color Cylindrical-coordinate representation of color #C958CE: hue angle of 297.46º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C958CE is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 88 206 -
CMYK 0.02 0.57 0 0.19
HSL 297.46º 0.55% 0.58% -
HSV(B) 297.46º 0.57% 0.81% -
XYZ 38.72 23.85 60.96 -
YUV 135.24 167.94 174.91 -
System Red Green Blue C M Y K H S L
Decimal 201 88 206 0.02 0.57 0 0.19 297.46 0.55 0.58
Hex C9 58 CE 2 39 0 13 129 37 3A
Octal 311 130 316 2 71 0 23 451 67 72
Binary 11001001 1011000 11001110 10 111001 0 10011 100101001 110111 111010

Color Harmonies of #C958CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C958CE

Black with #C958CE

Text Example


Text Example

White with #C958CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C958CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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