Html Css Color HEX #C44DB0 Fuchsia

📋 copy color: '#C44DB0'

red 196 ◦ green 77 ◦ blue 176

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

Shades of Fuchsia #C44DB0

Tints of Fuchsia #C44DB0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.15%

 BLUE value IS 176 (69.14% from 255) = 39.2%

R = 43.65%
G = 17.15%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C44DB0 (or 0xC44DB0) is known color: Fuchsia. HEX triplet: C4, 4D and B0. RGB value is (196,77,176). Sum of RGB (Red+Green+Blue) = 196+77+176=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C44DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44DB0 is #3BB24F. Grayscale: #7B7B7B. Windows color (decimal): -3912272 or 11554244. OLE color: 11554244.

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

Color convert

RGB 196 77 176 -
CMYK 0 0.61 0.10 0.23
HSL 310.08º 0.5% 0.54% -
HSV(B) 310.08º 0.61% 0.77% -
XYZ 33.26 20.18 43.22 -
YUV 123.87 157.42 179.45 -
System Red Green Blue C M Y K H S L
Decimal 196 77 176 0 0.61 0.10 0.23 310.08 0.5 0.54
Hex C4 4D B0 0 3D A 17 136 32 36
Octal 304 115 260 0 75 12 27 466 62 66
Binary 11000100 1001101 10110000 0 111101 1010 10111 100110110 110010 110110

Color Harmonies of #C44DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44DB0

Black with #C44DB0

Text Example


Text Example

White with #C44DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44DB0; }

 p { color: rgb(196,77,176); }

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

background-color css

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

 a { background-color: rgb(196,77,176); }

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

border-color css

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

 span { border-color: rgb(196,77,176); }

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