Html Css Color HEX #C44DB9 Fuchsia

📋 copy color: '#C44DB9'

red 196 ◦ green 77 ◦ blue 185

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

Shades of Fuchsia #C44DB9

Tints of Fuchsia #C44DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.39%

R = 42.79%
G = 16.81%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C44DB9 (or 0xC44DB9) is known color: Fuchsia. HEX triplet: C4, 4D and B9. RGB value is (196,77,185). Sum of RGB (Red+Green+Blue) = 196+77+185=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C44DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44DB9 is #3BB246. Grayscale: #7C7C7C. Windows color (decimal): -3912263 or 12144068. OLE color: 12144068.

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

Color convert

RGB 196 77 185 -
CMYK 0 0.61 0.06 0.23
HSL 305.55º 0.5% 0.54% -
HSV(B) 305.55º 0.61% 0.77% -
XYZ 34.18 20.55 48.06 -
YUV 124.89 161.92 178.72 -
System Red Green Blue C M Y K H S L
Decimal 196 77 185 0 0.61 0.06 0.23 305.55 0.5 0.54
Hex C4 4D B9 0 3D 6 17 132 32 36
Octal 304 115 271 0 75 6 27 462 62 66
Binary 11000100 1001101 10111001 0 111101 110 10111 100110010 110010 110110

Color Harmonies of #C44DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44DB9

Black with #C44DB9

Text Example


Text Example

White with #C44DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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