Html Css Color HEX #C94ACE Fuchsia

📋 copy color: '#C94ACE'

red 201 ◦ green 74 ◦ blue 206

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

Shades of Fuchsia #C94ACE

Tints of Fuchsia #C94ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.38%

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

R = 41.79%
G = 15.38%
B = 42.83%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C94ACE (or 0xC94ACE) is known color: Fuchsia. HEX triplet: C9, 4A and CE. RGB value is (201,74,206). Sum of RGB (Red+Green+Blue) = 201+74+206=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #C94ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94ACE is #36B531. Grayscale: #7E7E7E. Windows color (decimal): -3585330 or 13519561. OLE color: 13519561.

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

Color convert

RGB 201 74 206 -
CMYK 0.02 0.64 0 0.19
HSL 297.73º 0.57% 0.55% -
HSV(B) 297.73º 0.64% 0.81% -
XYZ 37.68 21.77 60.61 -
YUV 127.02 172.58 180.77 -
System Red Green Blue C M Y K H S L
Decimal 201 74 206 0.02 0.64 0 0.19 297.73 0.57 0.55
Hex C9 4A CE 2 40 0 13 12A 39 37
Octal 311 112 316 2 100 0 23 452 71 67
Binary 11001001 1001010 11001110 10 1000000 0 10011 100101010 111001 110111

Color Harmonies of #C94ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94ACE

Black with #C94ACE

Text Example


Text Example

White with #C94ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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