Html Css Color HEX #C94EAB Fuchsia

📋 copy color: '#C94EAB'

red 201 ◦ green 78 ◦ blue 171

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

Shades of Fuchsia #C94EAB

Tints of Fuchsia #C94EAB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.33%

 BLUE value IS 171 (67.19% from 255) = 38%

R = 44.67%
G = 17.33%
B = 38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C94EAB (or 0xC94EAB) is known color: Fuchsia. HEX triplet: C9, 4E and AB. RGB value is (201,78,171). Sum of RGB (Red+Green+Blue) = 201+78+171=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C94EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94EAB is #36B154. Grayscale: #7D7D7D. Windows color (decimal): -3584341 or 11226825. OLE color: 11226825.

HSL color Cylindrical-coordinate representation of color #C94EAB: hue angle of 314.63º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C94EAB is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 78 171 -
CMYK 0 0.61 0.15 0.21
HSL 314.63º 0.53% 0.55% -
HSV(B) 314.63º 0.61% 0.79% -
XYZ 34.16 20.81 40.74 -
YUV 125.38 153.75 181.94 -
System Red Green Blue C M Y K H S L
Decimal 201 78 171 0 0.61 0.15 0.21 314.63 0.53 0.55
Hex C9 4E AB 0 3D F 15 13B 35 37
Octal 311 116 253 0 75 17 25 473 65 67
Binary 11001001 1001110 10101011 0 111101 1111 10101 100111011 110101 110111

Color Harmonies of #C94EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94EAB

Black with #C94EAB

Text Example


Text Example

White with #C94EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94EAB; }

 p { color: rgb(201,78,171); }

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

background-color css

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

 a { background-color: rgb(201,78,171); }

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

border-color css

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

 span { border-color: rgb(201,78,171); }

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