Html Css Color HEX #C958AF Fuchsia

📋 copy color: '#C958AF'

red 201 ◦ green 88 ◦ blue 175

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

Shades of Fuchsia #C958AF

Tints of Fuchsia #C958AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.72%

R = 43.32%
G = 18.97%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C958AF (or 0xC958AF) is known color: Fuchsia. HEX triplet: C9, 58 and AF. RGB value is (201,88,175). Sum of RGB (Red+Green+Blue) = 201+88+175=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C958AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C958AF is #36A750. Grayscale: #838383. Windows color (decimal): -3581777 or 11491529. OLE color: 11491529.

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

Color convert

RGB 201 88 175 -
CMYK 0 0.56 0.13 0.21
HSL 313.81º 0.51% 0.57% -
HSV(B) 313.81º 0.56% 0.79% -
XYZ 35.31 22.49 43.04 -
YUV 131.71 152.44 177.43 -
System Red Green Blue C M Y K H S L
Decimal 201 88 175 0 0.56 0.13 0.21 313.81 0.51 0.57
Hex C9 58 AF 0 38 D 15 13A 33 39
Octal 311 130 257 0 70 15 25 472 63 71
Binary 11001001 1011000 10101111 0 111000 1101 10101 100111010 110011 111001

Color Harmonies of #C958AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C958AF

Black with #C958AF

Text Example


Text Example

White with #C958AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C958AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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