Html Css Color HEX #C44DB8 Fuchsia

📋 copy color: '#C44DB8'

red 196 ◦ green 77 ◦ blue 184

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

Shades of Fuchsia #C44DB8

Tints of Fuchsia #C44DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.26%

R = 42.89%
G = 16.85%
B = 40.26%

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

#C44DB8 (or 0xC44DB8) is known color: Fuchsia. HEX triplet: C4, 4D and B8. RGB value is (196,77,184). Sum of RGB (Red+Green+Blue) = 196+77+184=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C44DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44DB8 is #3BB247. Grayscale: #7C7C7C. Windows color (decimal): -3912264 or 12078532. OLE color: 12078532.

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

Color convert

RGB 196 77 184 -
CMYK 0 0.61 0.06 0.23
HSL 306.05º 0.5% 0.54% -
HSV(B) 306.05º 0.61% 0.77% -
XYZ 34.07 20.5 47.51 -
YUV 124.78 161.42 178.8 -
System Red Green Blue C M Y K H S L
Decimal 196 77 184 0 0.61 0.06 0.23 306.05 0.5 0.54
Hex C4 4D B8 0 3D 6 17 132 32 36
Octal 304 115 270 0 75 6 27 462 62 66
Binary 11000100 1001101 10111000 0 111101 110 10111 100110010 110010 110110

Color Harmonies of #C44DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44DB8

Black with #C44DB8

Text Example


Text Example

White with #C44DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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