Html Css Color HEX #C44DBF Fuchsia

📋 copy color: '#C44DBF'

red 196 ◦ green 77 ◦ blue 191

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

Shades of Fuchsia #C44DBF

Tints of Fuchsia #C44DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.16%

R = 42.24%
G = 16.59%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C44DBF (or 0xC44DBF) is known color: Fuchsia. HEX triplet: C4, 4D and BF. RGB value is (196,77,191). Sum of RGB (Red+Green+Blue) = 196+77+191=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C44DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44DBF is #3BB240. Grayscale: #7D7D7D. Windows color (decimal): -3912257 or 12537284. OLE color: 12537284.

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

Color convert

RGB 196 77 191 -
CMYK 0 0.61 0.03 0.23
HSL 302.52º 0.5% 0.54% -
HSV(B) 302.52º 0.61% 0.77% -
XYZ 34.82 20.81 51.47 -
YUV 125.58 164.92 178.23 -
System Red Green Blue C M Y K H S L
Decimal 196 77 191 0 0.61 0.03 0.23 302.52 0.5 0.54
Hex C4 4D BF 0 3D 3 17 12F 32 36
Octal 304 115 277 0 75 3 27 457 62 66
Binary 11000100 1001101 10111111 0 111101 11 10111 100101111 110010 110110

Color Harmonies of #C44DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44DBF

Black with #C44DBF

Text Example


Text Example

White with #C44DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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