Html Css Color HEX #C44DBB Fuchsia

📋 copy color: '#C44DBB'

red 196 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #C44DBB

Tints of Fuchsia #C44DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.65%

R = 42.61%
G = 16.74%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C44DBB (or 0xC44DBB) is known color: Fuchsia. HEX triplet: C4, 4D and BB. RGB value is (196,77,187). Sum of RGB (Red+Green+Blue) = 196+77+187=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C44DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44DBB is #3BB244. Grayscale: #7C7C7C. Windows color (decimal): -3912261 or 12275140. OLE color: 12275140.

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

Color convert

RGB 196 77 187 -
CMYK 0 0.61 0.05 0.23
HSL 304.54º 0.5% 0.54% -
HSV(B) 304.54º 0.61% 0.77% -
XYZ 34.39 20.63 49.18 -
YUV 125.12 162.92 178.56 -
System Red Green Blue C M Y K H S L
Decimal 196 77 187 0 0.61 0.05 0.23 304.54 0.5 0.54
Hex C4 4D BB 0 3D 5 17 131 32 36
Octal 304 115 273 0 75 5 27 461 62 66
Binary 11000100 1001101 10111011 0 111101 101 10111 100110001 110010 110110

Color Harmonies of #C44DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44DBB

Black with #C44DBB

Text Example


Text Example

White with #C44DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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