Html Css Color HEX #C95EAF Fuchsia

📋 copy color: '#C95EAF'

red 201 ◦ green 94 ◦ blue 175

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

Shades of Fuchsia #C95EAF

Tints of Fuchsia #C95EAF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20%

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

R = 42.77%
G = 20%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C95EAF (or 0xC95EAF) is known color: Fuchsia. HEX triplet: C9, 5E and AF. RGB value is (201,94,175). Sum of RGB (Red+Green+Blue) = 201+94+175=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C95EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95EAF is #36A150. Grayscale: #878787. Windows color (decimal): -3580241 or 11493065. OLE color: 11493065.

HSL color Cylindrical-coordinate representation of color #C95EAF: hue angle of 314.58º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95EAF is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 94 175 -
CMYK 0 0.53 0.13 0.21
HSL 314.58º 0.5% 0.58% -
HSV(B) 314.58º 0.53% 0.79% -
XYZ 35.83 23.52 43.21 -
YUV 135.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 201 94 175 0 0.53 0.13 0.21 314.58 0.5 0.58
Hex C9 5E AF 0 35 D 15 13B 32 3A
Octal 311 136 257 0 65 15 25 473 62 72
Binary 11001001 1011110 10101111 0 110101 1101 10101 100111011 110010 111010

Color Harmonies of #C95EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95EAF

Black with #C95EAF

Text Example


Text Example

White with #C95EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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