Html Css Color HEX #C94ABE Fuchsia

📋 copy color: '#C94ABE'

red 201 ◦ green 74 ◦ blue 190

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

Shades of Fuchsia #C94ABE

Tints of Fuchsia #C94ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 43.23%
G = 15.91%
B = 40.86%

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

#C94ABE (or 0xC94ABE) is known color: Fuchsia. HEX triplet: C9, 4A and BE. RGB value is (201,74,190). Sum of RGB (Red+Green+Blue) = 201+74+190=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C94ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94ABE is #36B541. Grayscale: #7C7C7C. Windows color (decimal): -3585346 or 12470985. OLE color: 12470985.

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

Color convert

RGB 201 74 190 -
CMYK 0 0.63 0.05 0.21
HSL 305.2º 0.54% 0.54% -
HSV(B) 305.2º 0.63% 0.79% -
XYZ 35.83 21.03 50.89 -
YUV 125.2 164.58 182.07 -
System Red Green Blue C M Y K H S L
Decimal 201 74 190 0 0.63 0.05 0.21 305.2 0.54 0.54
Hex C9 4A BE 0 3F 5 15 131 36 36
Octal 311 112 276 0 77 5 25 461 66 66
Binary 11001001 1001010 10111110 0 111111 101 10101 100110001 110110 110110

Color Harmonies of #C94ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94ABE

Black with #C94ABE

Text Example


Text Example

White with #C94ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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