Html Css Color HEX #C44684 Mulberry

📋 copy color: '#C44684'

red 196 ◦ green 70 ◦ blue 132

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

Shades of Mulberry #C44684

Tints of Mulberry #C44684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.17%

R = 49.25%
G = 17.59%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C44684 (or 0xC44684) is known color: Mulberry. HEX triplet: C4, 46 and 84. RGB value is (196,70,132). Sum of RGB (Red+Green+Blue) = 196+70+132=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C44684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44684 is #3BB97B. Grayscale: #727272. Windows color (decimal): -3914108 or 8668868. OLE color: 8668868.

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

Color convert

RGB 196 70 132 -
CMYK 0 0.64 0.33 0.23
HSL 330.48º 0.52% 0.52% -
HSV(B) 330.48º 0.64% 0.77% -
XYZ 29.12 17.78 23.73 -
YUV 114.74 137.74 185.96 -
System Red Green Blue C M Y K H S L
Decimal 196 70 132 0 0.64 0.33 0.23 330.48 0.52 0.52
Hex C4 46 84 0 40 21 17 14A 34 34
Octal 304 106 204 0 100 41 27 512 64 64
Binary 11000100 1000110 10000100 0 1000000 100001 10111 101001010 110100 110100

Color Harmonies of #C44684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44684

Black with #C44684

Text Example


Text Example

White with #C44684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44684; }

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

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

background-color css

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

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

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

border-color css

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

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

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