Html Css Color HEX #C44EC0 Fuchsia

📋 copy color: '#C44EC0'

red 196 ◦ green 78 ◦ blue 192

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

Shades of Fuchsia #C44EC0

Tints of Fuchsia #C44EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.2%

R = 42.06%
G = 16.74%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C44EC0 (or 0xC44EC0) is known color: Fuchsia. HEX triplet: C4, 4E and C0. RGB value is (196,78,192). Sum of RGB (Red+Green+Blue) = 196+78+192=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C44EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44EC0 is #3BB13F. Grayscale: #7D7D7D. Windows color (decimal): -3912000 or 12603076. OLE color: 12603076.

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

Color convert

RGB 196 78 192 -
CMYK 0 0.60 0.02 0.23
HSL 302.03º 0.5% 0.54% -
HSV(B) 302.03º 0.6% 0.77% -
XYZ 35 20.99 52.08 -
YUV 126.28 165.09 177.73 -
System Red Green Blue C M Y K H S L
Decimal 196 78 192 0 0.60 0.02 0.23 302.03 0.5 0.54
Hex C4 4E C0 0 3C 2 17 12E 32 36
Octal 304 116 300 0 74 2 27 456 62 66
Binary 11000100 1001110 11000000 0 111100 10 10111 100101110 110010 110110

Color Harmonies of #C44EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44EC0

Black with #C44EC0

Text Example


Text Example

White with #C44EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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