Html Css Color HEX #C44681 Mulberry

📋 copy color: '#C44681'

red 196 ◦ green 70 ◦ blue 129

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

Shades of Mulberry #C44681

Tints of Mulberry #C44681

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.72%

 BLUE value IS 129 (50.78% from 255) = 32.66%

R = 49.62%
G = 17.72%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C44681 (or 0xC44681) is known color: Mulberry. HEX triplet: C4, 46 and 81. RGB value is (196,70,129). Sum of RGB (Red+Green+Blue) = 196+70+129=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C44681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44681 is #3BB97E. Grayscale: #727272. Windows color (decimal): -3914111 or 8472260. OLE color: 8472260.

HSL color Cylindrical-coordinate representation of color #C44681: hue angle of 331.9º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44681 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 70 129 -
CMYK 0 0.64 0.34 0.23
HSL 331.9º 0.52% 0.52% -
HSV(B) 331.9º 0.64% 0.77% -
XYZ 28.92 17.7 22.66 -
YUV 114.4 136.24 186.2 -
System Red Green Blue C M Y K H S L
Decimal 196 70 129 0 0.64 0.34 0.23 331.9 0.52 0.52
Hex C4 46 81 0 40 22 17 14C 34 34
Octal 304 106 201 0 100 42 27 514 64 64
Binary 11000100 1000110 10000001 0 1000000 100010 10111 101001100 110100 110100

Color Harmonies of #C44681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44681

Black with #C44681

Text Example


Text Example

White with #C44681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44681; }

 p { color: rgb(196,70,129); }

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

background-color css

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

 a { background-color: rgb(196,70,129); }

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

border-color css

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

 span { border-color: rgb(196,70,129); }

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