Html Css Color HEX #C44DB1 Fuchsia

📋 copy color: '#C44DB1'

red 196 ◦ green 77 ◦ blue 177

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

Shades of Fuchsia #C44DB1

Tints of Fuchsia #C44DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.33%

R = 43.56%
G = 17.11%
B = 39.33%

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

#C44DB1 (or 0xC44DB1) is known color: Fuchsia. HEX triplet: C4, 4D and B1. RGB value is (196,77,177). Sum of RGB (Red+Green+Blue) = 196+77+177=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C44DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44DB1 is #3BB24E. Grayscale: #7B7B7B. Windows color (decimal): -3912271 or 11619780. OLE color: 11619780.

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

Color convert

RGB 196 77 177 -
CMYK 0 0.61 0.10 0.23
HSL 309.58º 0.5% 0.54% -
HSV(B) 309.58º 0.61% 0.77% -
XYZ 33.35 20.22 43.74 -
YUV 123.98 157.92 179.37 -
System Red Green Blue C M Y K H S L
Decimal 196 77 177 0 0.61 0.10 0.23 309.58 0.5 0.54
Hex C4 4D B1 0 3D A 17 136 32 36
Octal 304 115 261 0 75 12 27 466 62 66
Binary 11000100 1001101 10110001 0 111101 1010 10111 100110110 110010 110110

Color Harmonies of #C44DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44DB1

Black with #C44DB1

Text Example


Text Example

White with #C44DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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