Html Css Color HEX #C44CAA Fuchsia

📋 copy color: '#C44CAA'

red 196 ◦ green 76 ◦ blue 170

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

Shades of Fuchsia #C44CAA

Tints of Fuchsia #C44CAA

RGB

 RED value IS 196 (76.95% from 255) = 44.34%

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

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

R = 44.34%
G = 17.19%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C44CAA (or 0xC44CAA) is known color: Fuchsia. HEX triplet: C4, 4C and AA. RGB value is (196,76,170). Sum of RGB (Red+Green+Blue) = 196+76+170=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C44CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44CAA is #3BB355. Grayscale: #7A7A7A. Windows color (decimal): -3912534 or 11160772. OLE color: 11160772.

HSL color Cylindrical-coordinate representation of color #C44CAA: hue angle of 313º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44CAA is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 76 170 -
CMYK 0 0.61 0.13 0.23
HSL 313º 0.5% 0.53% -
HSV(B) 313º 0.61% 0.77% -
XYZ 32.61 19.81 40.13 -
YUV 122.6 154.76 180.36 -
System Red Green Blue C M Y K H S L
Decimal 196 76 170 0 0.61 0.13 0.23 313 0.5 0.53
Hex C4 4C AA 0 3D D 17 139 32 35
Octal 304 114 252 0 75 15 27 471 62 65
Binary 11000100 1001100 10101010 0 111101 1101 10111 100111001 110010 110101

Color Harmonies of #C44CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44CAA

Black with #C44CAA

Text Example


Text Example

White with #C44CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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