Html Css Color HEX #C94EAA Fuchsia

📋 copy color: '#C94EAA'

red 201 ◦ green 78 ◦ blue 170

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

Shades of Fuchsia #C94EAA

Tints of Fuchsia #C94EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 44.77%
G = 17.37%
B = 37.86%

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

#C94EAA (or 0xC94EAA) is known color: Fuchsia. HEX triplet: C9, 4E and AA. RGB value is (201,78,170). Sum of RGB (Red+Green+Blue) = 201+78+170=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C94EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94EAA is #36B155. Grayscale: #7D7D7D. Windows color (decimal): -3584342 or 11161289. OLE color: 11161289.

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

Color convert

RGB 201 78 170 -
CMYK 0 0.61 0.15 0.21
HSL 315.12º 0.53% 0.55% -
HSV(B) 315.12º 0.61% 0.79% -
XYZ 34.07 20.77 40.24 -
YUV 125.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 201 78 170 0 0.61 0.15 0.21 315.12 0.53 0.55
Hex C9 4E AA 0 3D F 15 13B 35 37
Octal 311 116 252 0 75 17 25 473 65 67
Binary 11001001 1001110 10101010 0 111101 1111 10101 100111011 110101 110111

Color Harmonies of #C94EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94EAA

Black with #C94EAA

Text Example


Text Example

White with #C94EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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