Html Css Color HEX #C94AAC Fuchsia

📋 copy color: '#C94AAC'

red 201 ◦ green 74 ◦ blue 172

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

Shades of Fuchsia #C94AAC

Tints of Fuchsia #C94AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.48%

R = 44.97%
G = 16.55%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C94AAC (or 0xC94AAC) is known color: Fuchsia. HEX triplet: C9, 4A and AC. RGB value is (201,74,172). Sum of RGB (Red+Green+Blue) = 201+74+172=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C94AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94AAC is #36B553. Grayscale: #7A7A7A. Windows color (decimal): -3585364 or 11291337. OLE color: 11291337.

HSL color Cylindrical-coordinate representation of color #C94AAC: hue angle of 313.7º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94AAC is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 74 172 -
CMYK 0 0.63 0.14 0.21
HSL 313.7º 0.54% 0.54% -
HSV(B) 313.7º 0.63% 0.79% -
XYZ 33.98 20.29 41.16 -
YUV 123.15 155.58 183.53 -
System Red Green Blue C M Y K H S L
Decimal 201 74 172 0 0.63 0.14 0.21 313.7 0.54 0.54
Hex C9 4A AC 0 3F E 15 13A 36 36
Octal 311 112 254 0 77 16 25 472 66 66
Binary 11001001 1001010 10101100 0 111111 1110 10101 100111010 110110 110110

Color Harmonies of #C94AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94AAC

Black with #C94AAC

Text Example


Text Example

White with #C94AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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