Html Css Color HEX #C44CA8 Fuchsia

📋 copy color: '#C44CA8'

red 196 ◦ green 76 ◦ blue 168

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

Shades of Fuchsia #C44CA8

Tints of Fuchsia #C44CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.18%

R = 44.55%
G = 17.27%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C44CA8 (or 0xC44CA8) is known color: Fuchsia. HEX triplet: C4, 4C and A8. RGB value is (196,76,168). Sum of RGB (Red+Green+Blue) = 196+76+168=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C44CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44CA8 is #3BB357. Grayscale: #7A7A7A. Windows color (decimal): -3912536 or 11029700. OLE color: 11029700.

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

Color convert

RGB 196 76 168 -
CMYK 0 0.61 0.14 0.23
HSL 314º 0.5% 0.53% -
HSV(B) 314º 0.61% 0.77% -
XYZ 32.42 19.73 39.15 -
YUV 122.37 153.76 180.52 -
System Red Green Blue C M Y K H S L
Decimal 196 76 168 0 0.61 0.14 0.23 314 0.5 0.53
Hex C4 4C A8 0 3D E 17 13A 32 35
Octal 304 114 250 0 75 16 27 472 62 65
Binary 11000100 1001100 10101000 0 111101 1110 10111 100111010 110010 110101

Color Harmonies of #C44CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44CA8

Black with #C44CA8

Text Example


Text Example

White with #C44CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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