Html Css Color HEX #C44CAB Fuchsia

📋 copy color: '#C44CAB'

red 196 ◦ green 76 ◦ blue 171

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

Shades of Fuchsia #C44CAB

Tints of Fuchsia #C44CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 44.24%
G = 17.16%
B = 38.6%

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

#C44CAB (or 0xC44CAB) is known color: Fuchsia. HEX triplet: C4, 4C and AB. RGB value is (196,76,171). Sum of RGB (Red+Green+Blue) = 196+76+171=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C44CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44CAB is #3BB354. Grayscale: #7A7A7A. Windows color (decimal): -3912533 or 11226308. OLE color: 11226308.

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

Color convert

RGB 196 76 171 -
CMYK 0 0.61 0.13 0.23
HSL 312.5º 0.5% 0.53% -
HSV(B) 312.5º 0.61% 0.77% -
XYZ 32.7 19.84 40.64 -
YUV 122.71 155.26 180.28 -
System Red Green Blue C M Y K H S L
Decimal 196 76 171 0 0.61 0.13 0.23 312.5 0.5 0.53
Hex C4 4C AB 0 3D D 17 138 32 35
Octal 304 114 253 0 75 15 27 470 62 65
Binary 11000100 1001100 10101011 0 111101 1101 10111 100111000 110010 110101

Color Harmonies of #C44CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44CAB

Black with #C44CAB

Text Example


Text Example

White with #C44CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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