Html Css Color HEX #C44BAE Fuchsia

📋 copy color: '#C44BAE'

red 196 ◦ green 75 ◦ blue 174

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

Shades of Fuchsia #C44BAE

Tints of Fuchsia #C44BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.85%

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

R = 44.04%
G = 16.85%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C44BAE (or 0xC44BAE) is known color: Fuchsia. HEX triplet: C4, 4B and AE. RGB value is (196,75,174). Sum of RGB (Red+Green+Blue) = 196+75+174=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C44BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44BAE is #3BB451. Grayscale: #7A7A7A. Windows color (decimal): -3912786 or 11422660. OLE color: 11422660.

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

Color convert

RGB 196 75 174 -
CMYK 0 0.62 0.11 0.23
HSL 310.91º 0.51% 0.53% -
HSV(B) 310.91º 0.62% 0.77% -
XYZ 32.92 19.82 42.14 -
YUV 122.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 196 75 174 0 0.62 0.11 0.23 310.91 0.51 0.53
Hex C4 4B AE 0 3E B 17 137 33 35
Octal 304 113 256 0 76 13 27 467 63 65
Binary 11000100 1001011 10101110 0 111110 1011 10111 100110111 110011 110101

Color Harmonies of #C44BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44BAE

Black with #C44BAE

Text Example


Text Example

White with #C44BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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