Html Css Color HEX #C44EB8 Fuchsia

📋 copy color: '#C44EB8'

red 196 ◦ green 78 ◦ blue 184

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

Shades of Fuchsia #C44EB8

Tints of Fuchsia #C44EB8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.03%

 BLUE value IS 184 (72.27% from 255) = 40.17%

R = 42.79%
G = 17.03%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C44EB8 (or 0xC44EB8) is known color: Fuchsia. HEX triplet: C4, 4E and B8. RGB value is (196,78,184). Sum of RGB (Red+Green+Blue) = 196+78+184=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C44EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44EB8 is #3BB147. Grayscale: #7D7D7D. Windows color (decimal): -3912008 or 12078788. OLE color: 12078788.

HSL color Cylindrical-coordinate representation of color #C44EB8: hue angle of 306.1º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44EB8 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 78 184 -
CMYK 0 0.60 0.06 0.23
HSL 306.1º 0.5% 0.54% -
HSV(B) 306.1º 0.6% 0.77% -
XYZ 34.14 20.65 47.53 -
YUV 125.37 161.09 178.38 -
System Red Green Blue C M Y K H S L
Decimal 196 78 184 0 0.60 0.06 0.23 306.1 0.5 0.54
Hex C4 4E B8 0 3C 6 17 132 32 36
Octal 304 116 270 0 74 6 27 462 62 66
Binary 11000100 1001110 10111000 0 111100 110 10111 100110010 110010 110110

Color Harmonies of #C44EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44EB8

Black with #C44EB8

Text Example


Text Example

White with #C44EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44EB8; }

 p { color: rgb(196,78,184); }

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

background-color css

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

 a { background-color: rgb(196,78,184); }

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

border-color css

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

 span { border-color: rgb(196,78,184); }

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