Html Css Color HEX #C94CAA Fuchsia

📋 copy color: '#C94CAA'

red 201 ◦ green 76 ◦ blue 170

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

Shades of Fuchsia #C94CAA

Tints of Fuchsia #C94CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17%

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

R = 44.97%
G = 17%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C94CAA (or 0xC94CAA) is known color: Fuchsia. HEX triplet: C9, 4C and AA. RGB value is (201,76,170). Sum of RGB (Red+Green+Blue) = 201+76+170=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C94CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94CAA is #36B355. Grayscale: #7B7B7B. Windows color (decimal): -3584854 or 11160777. OLE color: 11160777.

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

Color convert

RGB 201 76 170 -
CMYK 0 0.62 0.15 0.21
HSL 314.88º 0.54% 0.54% -
HSV(B) 314.88º 0.62% 0.79% -
XYZ 33.93 20.49 40.2 -
YUV 124.09 153.91 182.86 -
System Red Green Blue C M Y K H S L
Decimal 201 76 170 0 0.62 0.15 0.21 314.88 0.54 0.54
Hex C9 4C AA 0 3E F 15 13B 36 36
Octal 311 114 252 0 76 17 25 473 66 66
Binary 11001001 1001100 10101010 0 111110 1111 10101 100111011 110110 110110

Color Harmonies of #C94CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94CAA

Black with #C94CAA

Text Example


Text Example

White with #C94CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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