Html Css Color HEX #C94ABF Fuchsia

📋 copy color: '#C94ABF'

red 201 ◦ green 74 ◦ blue 191

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

Shades of Fuchsia #C94ABF

Tints of Fuchsia #C94ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.99%

R = 43.13%
G = 15.88%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C94ABF (or 0xC94ABF) is known color: Fuchsia. HEX triplet: C9, 4A and BF. RGB value is (201,74,191). Sum of RGB (Red+Green+Blue) = 201+74+191=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C94ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94ABF is #36B540. Grayscale: #7C7C7C. Windows color (decimal): -3585345 or 12536521. OLE color: 12536521.

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

Color convert

RGB 201 74 191 -
CMYK 0 0.63 0.05 0.21
HSL 304.72º 0.54% 0.54% -
HSV(B) 304.72º 0.63% 0.79% -
XYZ 35.94 21.08 51.46 -
YUV 125.31 165.08 181.99 -
System Red Green Blue C M Y K H S L
Decimal 201 74 191 0 0.63 0.05 0.21 304.72 0.54 0.54
Hex C9 4A BF 0 3F 5 15 131 36 36
Octal 311 112 277 0 77 5 25 461 66 66
Binary 11001001 1001010 10111111 0 111111 101 10101 100110001 110110 110110

Color Harmonies of #C94ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94ABF

Black with #C94ABF

Text Example


Text Example

White with #C94ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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