Html Css Color HEX #C44CAE Fuchsia

📋 copy color: '#C44CAE'

red 196 ◦ green 76 ◦ blue 174

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

Shades of Fuchsia #C44CAE

Tints of Fuchsia #C44CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.01%

R = 43.95%
G = 17.04%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C44CAE (or 0xC44CAE) is known color: Fuchsia. HEX triplet: C4, 4C and AE. RGB value is (196,76,174). Sum of RGB (Red+Green+Blue) = 196+76+174=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C44CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44CAE is #3BB351. Grayscale: #7A7A7A. Windows color (decimal): -3912530 or 11422916. OLE color: 11422916.

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

Color convert

RGB 196 76 174 -
CMYK 0 0.61 0.11 0.23
HSL 311º 0.5% 0.53% -
HSV(B) 311º 0.61% 0.77% -
XYZ 32.99 19.96 42.16 -
YUV 123.05 156.76 180.03 -
System Red Green Blue C M Y K H S L
Decimal 196 76 174 0 0.61 0.11 0.23 311 0.5 0.53
Hex C4 4C AE 0 3D B 17 137 32 35
Octal 304 114 256 0 75 13 27 467 62 65
Binary 11000100 1001100 10101110 0 111101 1011 10111 100110111 110010 110101

Color Harmonies of #C44CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44CAE

Black with #C44CAE

Text Example


Text Example

White with #C44CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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