Html Css Color HEX #C44885 Mulberry

📋 copy color: '#C44885'

red 196 ◦ green 72 ◦ blue 133

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

Shades of Mulberry #C44885

Tints of Mulberry #C44885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.96%

 BLUE value IS 133 (52.34% from 255) = 33.17%

R = 48.88%
G = 17.96%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C44885 (or 0xC44885) is known color: Mulberry. HEX triplet: C4, 48 and 85. RGB value is (196,72,133). Sum of RGB (Red+Green+Blue) = 196+72+133=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C44885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44885 is #3BB77A. Grayscale: #737373. Windows color (decimal): -3913595 or 8734916. OLE color: 8734916.

HSL color Cylindrical-coordinate representation of color #C44885: hue angle of 330.48º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44885 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 72 133 -
CMYK 0 0.63 0.32 0.23
HSL 330.48º 0.51% 0.53% -
HSV(B) 330.48º 0.63% 0.77% -
XYZ 29.32 18.06 24.13 -
YUV 116.03 137.58 185.04 -
System Red Green Blue C M Y K H S L
Decimal 196 72 133 0 0.63 0.32 0.23 330.48 0.51 0.53
Hex C4 48 85 0 3F 20 17 14A 33 35
Octal 304 110 205 0 77 40 27 512 63 65
Binary 11000100 1001000 10000101 0 111111 100000 10111 101001010 110011 110101

Color Harmonies of #C44885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44885

Black with #C44885

Text Example


Text Example

White with #C44885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44885; }

 p { color: rgb(196,72,133); }

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

background-color css

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

 a { background-color: rgb(196,72,133); }

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

border-color css

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

 span { border-color: rgb(196,72,133); }

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