Html Css Color HEX #C95ACE Fuchsia

📋 copy color: '#C95ACE'

red 201 ◦ green 90 ◦ blue 206

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

Shades of Fuchsia #C95ACE

Tints of Fuchsia #C95ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.11%

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

R = 40.44%
G = 18.11%
B = 41.45%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C95ACE (or 0xC95ACE) is known color: Fuchsia. HEX triplet: C9, 5A and CE. RGB value is (201,90,206). Sum of RGB (Red+Green+Blue) = 201+90+206=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #C95ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95ACE is #36A531. Grayscale: #888888. Windows color (decimal): -3581234 or 13523657. OLE color: 13523657.

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

Color convert

RGB 201 90 206 -
CMYK 0.02 0.56 0 0.19
HSL 297.41º 0.54% 0.58% -
HSV(B) 297.41º 0.56% 0.81% -
XYZ 38.88 24.19 61.01 -
YUV 136.41 167.27 174.07 -
System Red Green Blue C M Y K H S L
Decimal 201 90 206 0.02 0.56 0 0.19 297.41 0.54 0.58
Hex C9 5A CE 2 38 0 13 129 36 3A
Octal 311 132 316 2 70 0 23 451 66 72
Binary 11001001 1011010 11001110 10 111000 0 10011 100101001 110110 111010

Color Harmonies of #C95ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95ACE

Black with #C95ACE

Text Example


Text Example

White with #C95ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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