Html Css Color HEX #C94ABB Fuchsia

📋 copy color: '#C94ABB'

red 201 ◦ green 74 ◦ blue 187

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

Shades of Fuchsia #C94ABB

Tints of Fuchsia #C94ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.48%

R = 43.51%
G = 16.02%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C94ABB (or 0xC94ABB) is known color: Fuchsia. HEX triplet: C9, 4A and BB. RGB value is (201,74,187). Sum of RGB (Red+Green+Blue) = 201+74+187=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C94ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94ABB is #36B544. Grayscale: #7C7C7C. Windows color (decimal): -3585349 or 12274377. OLE color: 12274377.

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

Color convert

RGB 201 74 187 -
CMYK 0 0.63 0.07 0.21
HSL 306.61º 0.54% 0.54% -
HSV(B) 306.61º 0.63% 0.79% -
XYZ 35.51 20.9 49.18 -
YUV 124.86 163.08 182.31 -
System Red Green Blue C M Y K H S L
Decimal 201 74 187 0 0.63 0.07 0.21 306.61 0.54 0.54
Hex C9 4A BB 0 3F 7 15 133 36 36
Octal 311 112 273 0 77 7 25 463 66 66
Binary 11001001 1001010 10111011 0 111111 111 10101 100110011 110110 110110

Color Harmonies of #C94ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94ABB

Black with #C94ABB

Text Example


Text Example

White with #C94ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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